[geeklog-cvs] geeklog-1.3/plugins/staticpages/language README,1.2,1.3 danish.php,1.1,1.2 english.php,1.3,1.4 german.php,1.4,1.5 polish.php,1.1,1.2 spanish.php,1.1,1.2

dhaun at geeklog.net dhaun at geeklog.net
Sun Mar 9 06:47:24 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language
In directory internal.geeklog.net:/tmp/cvs-serv30721/plugins/staticpages/language

Modified Files:
	README danish.php english.php german.php polish.php 
	spanish.php 
Log Message:
Integrated Static Pages 1.3


Index: README
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README	29 Apr 2002 09:56:41 -0000	1.2
--- README	9 Mar 2003 11:47:22 -0000	1.3
***************
*** 3,11 ****
  language settings in your user settings or the default language in config.php.
  
! IMPORTANT: If there is no language file for your language, then the plugin
! will not work. In that case, simply copy one of the existing language files
! and give it the same name as the language file you're using in
! /path/to/geeklog/language. So e.g. if your language setting is 'dutch', you
! need to have a file 'dutch.php' in this directory. If there is none, you
! could make a copy of 'english.php' and name that copy 'dutch.php'.
  
--- 3,7 ----
  language settings in your user settings or the default language in config.php.
  
! If there is no language file for your language, then the plugin will revert
! to english.php.
  

Index: danish.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/danish.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** danish.php	29 Dec 2002 10:27:11 -0000	1.1
--- danish.php	9 Mar 2003 11:47:22 -0000	1.2
***************
*** 7,10 ****
--- 7,11 ----
  # Copyright (C) 2001 Tony Bibbs
  # tony at tonybibbs.com
+ # Translation   Steen Brølling  
  #
  # This program is free software; you can redistribute it and/or
***************
*** 33,55 ****
  
  $LANG_STATIC= array(
! 	newpage => "Ny Side",
! 	adminhome => "Admin Hjem",
! 	staticpages => "Faste Sider",
! 	staticpageeditor => "Faste Sider Redigering",
! 	writtenby => "Skrevet af",
! 	date => "Seneste Opdatering",
! 	title => "Titel",
! 	content => "Indhold",
! 	hits => "Hits",
! 	staticpagelist => "Faste Sider Liste",
! 	usealtheader => "Brug Alt. Header",
! 	url => "URL",
! 	edit => "Rediger",
! 	lastupdated => "Sidst Opdateret",
! 	pageformat => "Side Format",
! 	leftrightblocks => "Venstre & Højre Kasser",
! 	blankpage => "Blank Side",
! 	noblocks => "Ingen Kasser",
! 	leftblocks => "Venstre Kasser",
      addtomenu => 'Tilføj til Menu',
      label => 'Titel',
--- 34,56 ----
  
  $LANG_STATIC= array(
!     newpage => "Ny Side",
!     adminhome => "Admin Hjem",
!     staticpages => "Faste Sider",
!     staticpageeditor => "Faste Sider Redigering",
!     writtenby => "Skrevet af",
!     date => "Seneste Opdatering",
!     title => "Titel",
!     content => "Indhold",
!     hits => "Hits",
!     staticpagelist => "Faste Sider Liste",
!     usealtheader => "Brug Alt. Header",
!     url => "URL",
!     edit => "Rediger",
!     lastupdated => "Sidst Opdateret",
!     pageformat => "Side Format",
!     leftrightblocks => "Venstre & Højre Kasser",
!     blankpage => "Blank Side",
!     noblocks => "Ingen Kasser",
!     leftblocks => "Venstre Kasser",
      addtomenu => 'Tilføj til Menu',
      label => 'Titel',
***************
*** 61,90 ****
      access_denied => 'Adgang Nægtet',
      access_denied_msg => 'Du forsøger at få adgang til Fast Side administrationssiderne. Dette forsøg er blevet logget',
-     installation_complete => 'Installation Komplet',
-     installation_complete_msg => 'Datastrukturen for Fast Side Plugin for GeekLog er med succes installeret i databasen! Hvis du får behov for at afinstallere denne plugin, læs da venligst README filen som fulgte med denne plugin.',
-     installation_failed => 'Installationen Mislykkedes',
-     installation_failed_msg => 'Installationen af Fast Side Plugin mislykkedes. Læs venligst din GeekLog error.log fil for at diagnosticere problemet',
-     system_locked => 'System Låst',
-     system_locked_msg => 'Fst Side Plugin er allerede installeret, og er låst. Hvis du vil afinstallere denne plugin, læs da venligst README filen som fulgte med denne plugin',
-     uninstall_complete => 'Afinstallation Komplet',
-     uninstall_complete_msg => 'Datastrukturen for Fast Side Plugin er med succes fjernet fra din GeekLog database.',
-     uninstall_failed => 'Afinstallationen Mislykkedes',
-     uninstall_failed_msg => 'Afinstallationen af Fast Side Plugin mislykkedes. Læs venligst din GeekLog error.log fil for at diagnosticere problemet',
      all_html_allowed => 'Alle HTML koder er tilladte',
      results => 'Fast Side Resultat',
      author => 'Forfatter',
! 	no_such_page_logged_in => 'Desværre '.$_USER['username'].'..',
! 	no_such_page_anon => 'Log venligst ind..',
! 	no_page_access_msg => "Dette kan skyldes at du ikke er logget ind, eller ikke er oprettet som bruger af {$_CONF["site_name"]}. Bliv venligst <a href=\"{$_CONF['site_url']}/users.php?mode=new\">oprettet som bruger</a> af {$_CONF["site_name"]} for at få fuld brugeradgang",
! 	upgrade_completed => 'Opgradering til version 1.2 skete med succes',
! 	upgrade_completed_msg => 'Din Fast Side Plugin er opgraderet. Nyd det!',
! 	upgrade_failed => 'Desværre, opgraderingen til version 1.2 mislykkedes',
! 	upgrade_failed_msg => 'Det er sket en fejl under forsøget på at opgradere din Fast Side Plugin. Læs venligst din GeekLog error.log fil for at diagnosticere problemet',
! 	php_checkbox_checked => '<tr><td align="right"><b>PHP:</b></td><td><input type="checkbox" name="sp_php" value="1" checked> Er der PHP på denne side? (brug ikke PHP medmindre det er nødvendigt)</td></tr><tr><td colspan="2"><hr></td></tr>',
! 	php_checkbox_unchecked => '<tr><td align="right"><b>PHP:</b></td><td><input type="checkbox" name="sp_php" value="1"> PHP kode på din side vil blive tolket korrekt. Brug kun med omtanke!</td></tr><tr><td colspan="2"><hr></td></tr>',
!     pos_label => 'Pos: ',
!     search_keywords_label => 'Søgenøgleord:',
!     search_keywords_msg => 'NB: Hvis en side er standard HTML (ikke PHP), vil både \'Indhold\' & \'Søgenøgleord\' blive gennemsøgt. Hvis en side er med PHP kode, vil kun \'Søgenøgleord\' blive gennemsøgt.'
  );
  
! ?>
\ No newline at end of file
--- 62,82 ----
      access_denied => 'Adgang Nægtet',
      access_denied_msg => 'Du forsøger at få adgang til Fast Side administrationssiderne. Dette forsøg er blevet logget',
      all_html_allowed => 'Alle HTML koder er tilladte',
      results => 'Fast Side Resultat',
      author => 'Forfatter',
!     no_title_or_content => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
!     no_such_page_logged_in => 'Desværre '.$_USER['username'].'..',
!     no_such_page_anon => 'Log venligst ind..',
!     no_page_access_msg => "Dette kan skyldes at du ikke er logget ind, eller ikke er oprettet som bruger af {$_CONF["site_name"]}. Bliv venligst <a href=\"{$_CONF['site_url']}/users.php?mode=new\">oprettet som bruger</a> af {$_CONF["site_name"]} for at få fuld brugeradgang",
!     php_msg => 'PHP: ',
!     php_warn => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
!     exit_msg => 'Exit Type: ',
!     exit_info => 'Enable for Login Required Message.  Leave unchecked for normal security check and message.',
!     deny_msg => 'Access to this page is denied.  Either the page has been moved/removed or you do not have sufficient permissions.',
!     stats_headline => 'Top Ten Static Pages',
!     stats_page_title => 'Page Title',
!     stats_hits => 'Hits',
!     stats_no_hits => 'It appears that there are no static pages on this site or no one has ever viewed them.'
  );
  
! ?>

Index: english.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/english.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** english.php	10 Nov 2002 14:15:26 -0000	1.3
--- english.php	9 Mar 2003 11:47:22 -0000	1.4
***************
*** 33,55 ****
  
  $LANG_STATIC= array(
! 	newpage => "New Page",
! 	adminhome => "Admin Home",
! 	staticpages => "Static Pages",
! 	staticpageeditor => "Static Page Editor",
! 	writtenby => "Written By",
! 	date => "Last Updated",
! 	title => "Title",
! 	content => "Content",
! 	hits => "Hits",
! 	staticpagelist => "Static Page List",
! 	usealtheader => "Use Alt. Header",
! 	url => "URL",
! 	edit => "Edit",
! 	lastupdated => "Last Updated",
! 	pageformat => "Page Format",
! 	leftrightblocks => "Left & Right Blocks",
! 	blankpage => "Blank Page",
! 	noblocks => "No Blocks",
! 	leftblocks => "Left Blocks",
      addtomenu => 'Add To Menu',
      label => 'Label',
--- 33,55 ----
  
  $LANG_STATIC= array(
!     newpage => "New Page",
!     adminhome => "Admin Home",
!     staticpages => "Static Pages",
!     staticpageeditor => "Static Page Editor",
!     writtenby => "Written By",
!     date => "Last Updated",
!     title => "Title",
!     content => "Content",
!     hits => "Hits",
!     staticpagelist => "Static Page List",
!     usealtheader => "Use Alt. Header",
!     url => "URL",
!     edit => "Edit",
!     lastupdated => "Last Updated",
!     pageformat => "Page Format",
!     leftrightblocks => "Left & Right Blocks",
!     blankpage => "Blank Page",
!     noblocks => "No Blocks",
!     leftblocks => "Left Blocks",
      addtomenu => 'Add To Menu',
      label => 'Label',
***************
*** 61,78 ****
      access_denied => 'Access Denied',
      access_denied_msg => 'You are illegally trying access one of the Static Pages administration pages.  Please note that all attempts to illegally access this page are logged',
-     installation_complete => 'Installation Complete',
-     installation_complete_msg => 'The data structures for the Static Pages plugin for Geeklog have been successfully installed into your database!  If you ever need to uninstall this plugin, please read the README document that came with this plugin.',
-     installation_failed => 'Installation Failed',
-     installation_failed_msg => 'The installation of the Static Pages plugin failed.  Please see your Geeklog error.log file for diagnostic information',
-     system_locked => 'System Locked',
-     system_locked_msg => 'The Static Pages plugin has already been installed and is locked.  If you are trying to uninstall this plugin, please read the README document that shipped with this plugin',
-     uninstall_complete => 'Uninstall Complete',
-     uninstall_complete_msg => 'The datastructures for the Static Pages plugin have been successfully removed from your Geeklog database.',
-     uninstall_failed => 'Uninstall Failed',
-     uninstall_failed_msg => 'The uninstall of the Static Pages plugin failed.  Please see your Geeklog error.log file for diagnostic information',
      all_html_allowed => 'All HTML is allowed',
      results => 'Static Pages Results',
      author => 'Author',
!     no_title_or_content => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.'
  );
  
--- 61,80 ----
      access_denied => 'Access Denied',
      access_denied_msg => 'You are illegally trying access one of the Static Pages administration pages.  Please note that all attempts to illegally access this page are logged',
      all_html_allowed => 'All HTML is allowed',
      results => 'Static Pages Results',
      author => 'Author',
!     no_title_or_content => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
!     no_such_page_logged_in => 'Sorry '.$_USER['username'].'..',
!     no_such_page_anon => 'Please log in..',
!     no_page_access_msg => "This could be because you're not logged in, or not a member of {$_CONF["site_name"]}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF["site_name"]} to receive full membership access",
!     php_msg => 'PHP: ',
!     php_warn => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
!     exit_msg => 'Exit Type: ',
!     exit_info => 'Enable for Login Required Message.  Leave unchecked for normal security check and message.',
!     deny_msg => 'Access to this page is denied.  Either the page has been moved/removed or you do not have sufficient permissions.',
!     stats_headline => 'Top Ten Static Pages',
!     stats_page_title => 'Page Title',
!     stats_hits => 'Hits',
!     stats_no_hits => 'It appears that there are no static pages on this site or no one has ever viewed them.'
  );
  

Index: german.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/german.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** german.php	10 Nov 2002 14:15:26 -0000	1.4
--- german.php	9 Mar 2003 11:47:22 -0000	1.5
***************
*** 35,80 ****
  
  $LANG_STATIC= array(
! 	newpage => "Neue Seite",
! 	adminhome => "Admin Home",
! 	staticpages => "Statische Seiten",
! 	staticpageeditor => "Editor für Statische Seiten",
! 	writtenby => "Autor",
! 	date => "Letztes Update",
! 	title => "Titel",
! 	content => "Inhalt",
! 	hits => "Treffer",
! 	staticpagelist => "Liste der Statischen Seiten",
! 	usealtheader => "Alt. Header verwenden",
! 	url => "URL",
! 	edit => "Ändern",
! 	lastupdated => "Letztes Update",
! 	pageformat => "Seitenformat",
! 	leftrightblocks => "Blöcke links & rechts",
! 	blankpage => "Leere Seite",
! 	noblocks => "Keine Blöcke",
! 	leftblocks => "Blöcke links",
!     addtomenu => 'Ins Menü aufnehmen',
      label => 'Label',
      nopages => 'Es sind keine statischen Seiten vorhanden.',
      save => 'Speichern',
      preview => 'Vorschau',
!     delete => 'Loeschen',
      cancel => 'Abbruch',
      access_denied => 'Zugriff verweigert',
!     access_denied_msg => 'Du hast unerlaubter Weise versucht, auf eine der Admin-Seiten für Statische Seiten zuzugreifen. Hinweis: Alle derartigen Versuche werden protokolliert',
!     installation_complete => 'Installation komplett',
!     installation_complete_msg => 'Die Datenstrukturen für das Statische-Seiten-Plugin für Geeklog wurden erfolgreich in die Datenbank eingetragen! Wenn Du dieses Plugin wieder deinstallieren will, lies bitte die README-Datei, die dem Plugin beiliegt.',
!     installation_failed => 'Installation fehlgeschlagen',
!     installation_failed_msg => 'Die Installation des Statische-Seiten-Plugins ist fehlgeschlagen. Die Geeklog-Datei error.log sollte weitere Informationen zu dem Problem enthalten',
!     system_locked => 'Bereits installiert',
!     system_locked_msg => 'Das Statische-Seiten-Plugin wurde bereits installiert. Solltest Du versucht haben, das Plugin zu deinstallieren, lies bitte die README-Datei, die dem Plugin beiliegt.',
!     uninstall_complete => 'Deinstallation komplett',
!     uninstall_complete_msg => 'Die Datenstrukturen für das Statische-Seiten-Plugin wurden erfolgreich aus der Geeklog-Datenbank entfernt.',
!     uninstall_failed => 'Deinstallation fehlgeschlagen',
!     uninstall_failed_msg => 'Die Deinstallation des Statische-Seiten-Plugins ist fehlgeschlagen. Die Geeklog-Datei error.log sollte weitere Informationen zu dem Problem enthalten',
      all_html_allowed => 'Alle HTML-Tags sind erlaubt',
      results => 'Gefundene Statische Seiten',
      author => 'Autor',
!     no_title_or_content => 'Bitte mindestens die Felder <b>Titel</b> und <b>Inhalt</b> ausfüllen.'
  );
  
--- 35,82 ----
  
  $LANG_STATIC= array(
!     newpage => "Neue Seite",
!     adminhome => "Admin Home",
!     staticpages => "Statische Seiten",
!     staticpageeditor => "Editor für Statische Seiten",
!     writtenby => "Autor",
!     date => "Letztes Update",
!     title => "Titel",
!     content => "Inhalt",
!     hits => "Treffer",
!     staticpagelist => "Liste der Statischen Seiten",
!     usealtheader => "Alt. Header verwenden",
!     url => "URL",
!     edit => "Ändern",
!     lastupdated => "Letztes Update",
!     pageformat => "Seitenformat",
!     leftrightblocks => "Blöcke links & rechts",
!     blankpage => "Leere Seite",
!     noblocks => "Keine Blöcke",
!     leftblocks => "Blöcke links",
!     addtomenu => 'Ins Menü aufnehmen',
      label => 'Label',
      nopages => 'Es sind keine statischen Seiten vorhanden.',
      save => 'Speichern',
      preview => 'Vorschau',
!     delete => 'Löschen',
      cancel => 'Abbruch',
      access_denied => 'Zugriff verweigert',
!     access_denied_msg => 'Du hast unerlaubter Weise versucht, auf eine der Admin-Seiten für Statische Seiten zuzugreifen. Hinweis: Alle derartigen Versuche werden protokolliert',
      all_html_allowed => 'Alle HTML-Tags sind erlaubt',
      results => 'Gefundene Statische Seiten',
      author => 'Autor',
!     no_title_or_content => 'Bitte mindestens die Felder <b>Titel</b> und <b>Inhalt</b> ausfüllen.',
!     no_such_page_logged_in => 'Sorry '.$_USER['username'].'..',
!     no_such_page_anon => 'Please log in..',
!     no_page_access_msg => "This could be because you're not logged in, or not a member of {$_CONF["site_name"]}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF["site_name"]} to receive full membership access.",
!     php_msg => 'PHP: ',
!     php_warn => 'Hinweis: Wenn dieser Schalter aktiviert ist, wird in der Seite enthaltener PHP-Code ausgeführt. <em>Bitte mit Bedacht verwenden!</em>',
!     exit_msg => 'Hinweistext: ',
!     exit_info => 'Art des Hinweistextes, wenn kein Zugriff auf die Seite erlaubt ist: Aktiviert = "Anmeldung erforderlich", nicht aktiviert = "Zugriff verweigert".',
!     deny_msg => 'Zugriff auf diese Seite ist nicht möglich. Die Seite wurde entweder umbenannt oder gelöscht oder Du hast nicht die nötigen Zugriffsrechte.',
!     stats_headline => 'Top Ten der Statische Seiten',
!     stats_page_title => 'Titel',
!     stats_hits => 'Angezeigt',
!     stats_no_hits => 'Es gibt keine Statischen Seiten oder sie wurden von niemandem gelesen.'
  );
  

Index: polish.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/polish.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** polish.php	28 Nov 2002 15:37:26 -0000	1.1
--- polish.php	9 Mar 2003 11:47:22 -0000	1.2
***************
*** 33,55 ****
  
  $LANG_STATIC= array(
! 	newpage => "Nowa Strona",
! 	adminhome => "Centrum Admina",
! 	staticpages => "Strony Statyczne",
! 	staticpageeditor => "Edytor Stron Statycznych",
! 	writtenby => "Autor",
! 	date => "Ostatnia Aktualizacja",
! 	title => "Tytu³",
! 	content => "Zawarto¶æ",
! 	hits => "Ods³on",
! 	staticpagelist => "Lista Stron Statycznych",
! 	usealtheader => "U¿yj Alt. Nag³ówka",
! 	url => "URL",
! 	edit => "Edycja",
! 	lastupdated => "Ostatnia Aktualizacja",
! 	pageformat => "Format Strony",
! 	leftrightblocks => "Lewe & Prawe Bloki",
! 	blankpage => "Nowe Okno",
! 	noblocks => "Bez Bloków",
! 	leftblocks => "Lewe Bloki",
      addtomenu => 'Dodaj Do Menu',
      label => 'Etykieta',
--- 33,55 ----
  
  $LANG_STATIC= array(
!     newpage => "Nowa Strona",
!     adminhome => "Centrum Admina",
!     staticpages => "Strony Statyczne",
!     staticpageeditor => "Edytor Stron Statycznych",
!     writtenby => "Autor",
!     date => "Ostatnia Aktualizacja",
!     title => "Tytu³",
!     content => "Zawarto¶æ",
!     hits => "Ods³on",
!     staticpagelist => "Lista Stron Statycznych",
!     usealtheader => "U¿yj Alt. Nag³ówka",
!     url => "URL",
!     edit => "Edycja",
!     lastupdated => "Ostatnia Aktualizacja",
!     pageformat => "Format Strony",
!     leftrightblocks => "Lewe & Prawe Bloki",
!     blankpage => "Nowe Okno",
!     noblocks => "Bez Bloków",
!     leftblocks => "Lewe Bloki",
      addtomenu => 'Dodaj Do Menu',
      label => 'Etykieta',
***************
*** 61,89 ****
      access_denied => 'Odmowa Dostêpu',
      access_denied_msg => 'Próbujesz nielegalnie  dostaæ siê do panelu administruj±cego Stronami Statycznymi.  Proszê mieæ na uwadze, ¿e wszelkie nieutoryzowane próby wej¶cia s± logowane',
-     installation_complete => 'Instalacja Zakoñczona',
-     installation_complete_msg => 'Dane na potrzeby pluginu Static Pages zosta³y pomy¶lnie zainstalowane w Twojej bazie!  Je¿eli kiedykolwiek zaistnieje potrzeba odinstalowania tego pluginu, proszê przeczytaæ dokument README dostarczony razem z tym pluginem.',
-     installation_failed => 'Instalacja Nie Powiod³a Siê',
-     installation_failed_msg => 'Instalacja pluginu Static Pages nie powiod³a siê. Proszê sprawdziæ w pliku erroor.log komunikat b³êdu',
-     system_locked => 'System Zablokowany',
-     system_locked_msg => 'Plugin Static Pages jest ju¿ zainstalowany i zablokowany.  Je¶li próbujesz odinstalowaæ plugin, proszê przeczytaæ dokument README',
-     uninstall_complete => 'Odinstalowanie Zakoñczone',
-     uninstall_complete_msg => 'Dane na potrzeby pluginu Static Pages zosta³y pomy¶lnie usuniête z Twojej bazy.',
-     uninstall_failed => 'Odinstalowanie Nie Powiod³o Siê',
-     uninstall_failed_msg => 'Odinstalowanie pluginu Static Pages nie powiod³o siê. Proszê sprawdziæ w pliku erroor.log komunikat b³êdu',
      all_html_allowed => 'Wszystkie Znaczniki HTML s± dozwolone',
      results => 'Wyniki Dla Stron Statycznych',
      author => 'Autor',
! 	no_such_page_logged_in => 'Sorry '.$_USER['username'].'..',
! 	no_such_page_anon => 'Prosze siê zalogowaæ..',
! 	no_page_access_msg => "Mo¿e to byæ spowodowane tym, ¿e nie jeste¶ zalogowana/-y lub zarejestrowanan/-y w Serwisie {$_CONF["site_name"]}. Proszê <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> zarejestrowaæ siê</a> of {$_CONF["site_name"]} aby otrzymaæ przywileje u¿ytkowników zarejestrowanych",
! 	upgrade_completed => 'Aktualizacja do wersji 1.2 zakoñczona pomy¶lnie',
! 	upgrade_completed_msg => 'Twój plugin Static Pages zosta³ uaktualniony. Niech ci dobrze s³u¿y!',
! 	upgrade_failed => 'Sorry Aktualizacja do wersji 1.2 nie powiod³a siê',
! 	upgrade_failed_msg => 'Pojawi³ siê b³±d podczas aktualizacji pluginu Static Pages.  Proszê sprawdziæ w pliku erroor.log komunikat b³êdu',
! 	php_checkbox_checked => '<tr><td align="right"><b>PHP:</b></td><td><input type="checkbox" name="sp_php" value="1" checked> Czy kod strony zawiera PHP ? (Nie u¿ywaj chyba, ¿e musisz.)</td></tr><tr><td colspan="2"><hr></td></tr>',
! 	php_checkbox_unchecked => '<tr><td align="right"><b>PHP:</b></td><td><input type="checkbox" name="sp_php" value="1"> Kod PHP twojej strony zostanie sprawdzony. U¿ywaj tej opcji ostro¿nie !!</td></tr><tr><td colspan="2"><hr></td></tr>',
!     pos_label => 'Poz: ',
!     search_keywords_label => 'S³owa Kluczowe:',
!     search_keywords_msg => 'UWAGA: Je¶li strona to standardowy html (nie php), WSZYSTKIE pola \'Zawarto¶æ\' & \'S³owa Kluczowe\' s± przeszukiwane. Je¶li strona ma uaktywniony php, TYLKO pole \'S³owa Kluczowe\' jest przeszukiwane.'
  );
  
--- 61,80 ----
      access_denied => 'Odmowa Dostêpu',
      access_denied_msg => 'Próbujesz nielegalnie  dostaæ siê do panelu administruj±cego Stronami Statycznymi.  Proszê mieæ na uwadze, ¿e wszelkie nieutoryzowane próby wej¶cia s± logowane',
      all_html_allowed => 'Wszystkie Znaczniki HTML s± dozwolone',
      results => 'Wyniki Dla Stron Statycznych',
      author => 'Autor',
!     no_title_or_content => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
!     no_such_page_logged_in => 'Sorry '.$_USER['username'].'..',
!     no_such_page_anon => 'Prosze siê zalogowaæ..',
!     no_page_access_msg => "Mo¿e to byæ spowodowane tym, ¿e nie jeste¶ zalogowana/-y lub zarejestrowanan/-y w Serwisie {$_CONF["site_name"]}. Proszê <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> zarejestrowaæ siê</a> of {$_CONF["site_name"]} aby otrzymaæ przywileje u¿ytkowników zarejestrowanych",
!     php_msg => 'PHP: ',
!     php_warn => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
!     exit_msg => 'Exit Type: ',
!     exit_info => 'Enable for Login Required Message.  Leave unchecked for normal security check and message.',    
!     deny_msg => 'Access to this page is denied.  Either the page has been moved/removed or you do not have sufficient permissions.',
!     stats_headline => 'Top Ten Static Pages',
!     stats_page_title => 'Page Title',
!     stats_hits => 'Hits',
!     stats_no_hits => 'It appears that there are no static pages on this site or no one has ever viewed them.'
  );
  

Index: spanish.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/plugins/staticpages/language/spanish.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** spanish.php	27 Nov 2002 19:41:39 -0000	1.1
--- spanish.php	9 Mar 2003 11:47:22 -0000	1.2
***************
*** 33,55 ****
  
  $LANG_STATIC= array(
! 	newpage => "Nueva Página",
! 	adminhome => "Administración",
! 	staticpages => "Páginas Estáticas",
! 	staticpageeditor => "Editor de páginas estáticas",
! 	writtenby => "Escrito por",
! 	date => "Última edición",
! 	title => "Título",
! 	content => "Contenido",
! 	hits => "Hits",
! 	staticpagelist => "Lista de Páginas Estáticas",
! 	usealtheader => "Usar cabecera alternativa",
! 	url => "URL",
! 	edit => "Editar",
! 	lastupdated => "Última Edición",
! 	pageformat => "Formato de Página",
! 	leftrightblocks => "Cajas a Derecha e Izquierda",
! 	blankpage => "Página en blanco",
! 	noblocks => "Sin Cajas",
! 	leftblocks => "Cajas a Izquierda",
      addtomenu => 'Añadir al menú',
      label => 'Etiqueta',
--- 33,55 ----
  
  $LANG_STATIC= array(
!     newpage => "Nueva Página",
!     adminhome => "Administración",
!     staticpages => "Páginas Estáticas",
!     staticpageeditor => "Editor de páginas estáticas",
!     writtenby => "Escrito por",
!     date => "Última edición",
!     title => "Título",
!     content => "Contenido",
!     hits => "Hits",
!     staticpagelist => "Lista de Páginas Estáticas",
!     usealtheader => "Usar cabecera alternativa",
!     url => "URL",
!     edit => "Editar",
!     lastupdated => "Última Edición",
!     pageformat => "Formato de Página",
!     leftrightblocks => "Cajas a Derecha e Izquierda",
!     blankpage => "Página en blanco",
!     noblocks => "Sin Cajas",
!     leftblocks => "Cajas a Izquierda",
      addtomenu => 'Añadir al menú',
      label => 'Etiqueta',
***************
*** 61,77 ****
      access_denied => 'Acceso Denegado',
      access_denied_msg => 'Estás intentando acceder a una página de administración de Páginas Estáticas. Ten en cuenta que cualquier acceso a esta página se registra',
-     installation_complete => 'Instalación Completada',
-     installation_complete_msg => 'Las estructuras de datos necesarias para las Páginas Estáticas de Geeklog se han creado correctamente en la base de datos. Si necesitas desinstalar este plugin por favor lee el fichero README',
-     installation_failed => 'Instalación Fallida',
-     installation_failed_msg => 'La instalación del plugin de Páginas Estáticas falló. Por favor lee la información de diagnóstico del fichero error.log de Geeklog.',
-     system_locked => 'Sistema Bloqueado',
-     system_locked_msg => 'El plugin de Páginas Estáticas ya ha sido instalado y está bloqueado. Si estás intentando desinstalar este plugin, por favor, léete el documento README que acompaña al plugin',
-     uninstall_complete => 'Desintalación completada',
-     uninstall_complete_msg => 'Las estructuras de datos para el plugin de Páginas Estáticas han sido eliminadas correctamente de tu base de datos de Geeklog.',
-     uninstall_failed => 'Desinstalación Fallida',
-     uninstall_failed_msg => 'El proceso de desinstalación del plugin de Páginas Estáticas falló. Por favor, lee la información de diagnóstico del fichero error.log de Geeklog',
      all_html_allowed => 'Se permite cualquier etiqueta HTML',
      results => 'Resultado de Páginas Estáticas',
!     author => 'Autor'
  );
  
--- 61,80 ----
      access_denied => 'Acceso Denegado',
      access_denied_msg => 'Estás intentando acceder a una página de administración de Páginas Estáticas. Ten en cuenta que cualquier acceso a esta página se registra',
      all_html_allowed => 'Se permite cualquier etiqueta HTML',
      results => 'Resultado de Páginas Estáticas',
!     author => 'Autor',
!     no_title_or_content => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
!     no_such_page_logged_in => 'Sorry '.$_USER['username'].'..',
!     no_such_page_anon => 'Please log in..',
!     no_page_access_msg => "This could be because you're not logged in, or not a member of {$_CONF["site_name"]}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF["site_name"]} to receive full membership access",
!     php_msg => 'PHP: ',
!     php_warn => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
!     exit_msg => 'Exit Type: ',
!     exit_info => 'Enable for Login Required Message.  Leave unchecked for normal security check and message.',    
!     deny_msg => 'Access to this page is denied.  Either the page has been moved/removed or you do not have sufficient permissions.',
!     stats_headline => 'Top Ten Static Pages',
!     stats_page_title => 'Page Title',
!     stats_hits => 'Hits',
!     stats_no_hits => 'It appears that there are no static pages on this site or no one has ever viewed them.'
  );
  





More information about the geeklog-cvs mailing list