aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-02-25 12:16:53 +0000
committerCash Costello <cash.costello@gmail.com>2009-02-25 12:16:53 +0000
commit4e0c1576475390faa2f1fb4c4dc2902a953f440e (patch)
treecd3a47df019344d7f6c938ebe31c60cfa9b03677 /languages
downloadelgg-4e0c1576475390faa2f1fb4c4dc2902a953f440e.tar.gz
elgg-4e0c1576475390faa2f1fb4c4dc2902a953f440e.tar.bz2
First commit
Diffstat (limited to 'languages')
-rw-r--r--languages/de.php114
-rw-r--r--languages/en.php115
-rw-r--r--languages/es.php115
-rw-r--r--languages/pl.php115
4 files changed, 459 insertions, 0 deletions
diff --git a/languages/de.php b/languages/de.php
new file mode 100644
index 000000000..2d668f72f
--- /dev/null
+++ b/languages/de.php
@@ -0,0 +1,114 @@
+<?php
+ /**
+ * Elgg tidypics plugin language pack
+ *
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
+
+ $german = array(
+
+ // Menu items and titles
+
+ 'image' => "Bild",
+ 'images' => "Bilder",
+ 'caption' => "Untertitel",
+ 'photos' => "Photos",
+ 'images:upload' => "Bilder hochladen",
+ 'album' => "Fotoalbum",
+ 'albums' => "Fotoalben",
+ 'album:yours' => "Deine Fotoalben",
+ 'album:yours:friends' => "Fotoalben von Freunden",
+ 'album:user' => "Fotoalben von %s",
+ 'album:friends' => "Fotoalben von Freunden von %s",
+ 'album:all' => "Alle Fotoalben",
+ 'album:group' => "Alben der Gruppe",
+ 'item:object:image' => "Photos",
+ 'item:object:album' => "Alben",
+ 'tidypics:settings:maxfilesize' => "Maximale Dateigr鲞e in den Kilobytes (KB):",
+
+ //actions
+
+ 'album:create' => "Neues Album",
+ 'album:add' => "Fotoalbum hinzuf&uuml;gen",
+ 'album:addpix' => "Fotos hinzuf&uuml;gen",
+ 'album:edit' => "Album bearbeiten",
+ 'album:delete' => "Album l&ouml;schen",
+
+ 'image:edit' => "Bild bearbeiten",
+ 'image:delete' => "Bild l&ouml;schen",
+ 'image:download' => "Download Bild",
+
+ //forms
+
+ 'album:title' => "Titel",
+ 'album:desc' => "Beschreibung",
+ 'album:tags' => "Stichw&ouml;rter",
+ 'album:cover' => "Albumcover erstellen?",
+ 'album:cover:yes' => "Ja",
+ 'image:access:note' => "(Zugriffsberechtigung wird vom Album &uuml;bernommen)",
+
+ //views
+
+ 'image:total' => "Bilder im Album:",
+ 'image:by' => "Bild hinzugef&uuml;gt von",
+ 'album:by' => "Album erstellt von:",
+ 'album:created:on' => "Verursacht",
+ 'image:none' => "Noch keine Bilder hinzugef&uuml;gt.",
+ 'image:back' => "Zur&uuml;ck",
+ 'image:next' => "Weiter",
+
+ //widgets
+
+ 'album:widget' => "Fotoalben",
+ 'album:more' => "Alle Alben ansehen",
+ 'album:widget:description' => "Zeige Deine neuesten Fotoalben",
+ 'album:display:number' => "Anzahl der Alben, die angezeigt werden sollen",
+ 'album:num_albums' => "Anzahl der anzuzeigenden Alben",
+
+ // river
+
+ //images
+ 'image:river:created' => "%s hat hochgeladen:",
+ 'image:river:item' => "ein Bild",
+ 'image:river:annotate' => "%s kommentierte",
+
+ //albums
+ 'album:river:created' => "%s erstellte",
+ 'album:river:item' => "ein Album",
+ 'album:river:annotate' => "%s kommentierte",
+
+ // Status messages
+
+ 'image:saved' => "Dein Bild wurde gespeichert.",
+ 'images:saved' => "Alle Bilder wurden gespeichert.",
+ 'image:deleted' => "Dein Bild wurde gel&ouml;scht.",
+ 'image:delete:confirm' => "Willst Du das Bild wirklich l&ouml;schen?",
+
+ 'images:edited' => "Dein Bild wurde aktualisiert.",
+ 'album:edited' => "Dein Album wurde aktualisiert.",
+ 'album:saved' => "Dein Album wurde gespeichert.",
+ 'album:deleted' => "Dein Album wurde gel&ouml;scht.",
+ 'album:delete:confirm' => "Willst Du das Album wirklich l&ouml;schen?",
+ 'album:created' => "Ihr neues Album ist hergestellt worden.",
+ 'tidypics:status:processing' => "Warten Sie bitte, w鋒rend wir verarbeiten Ihre Abbildung....",
+
+ //Error messages
+
+ 'image:none' => "Kein Bilder gefunden.",
+ 'image:uploadfailed' => "Dateien konnten nicht hochgeladen werden:",
+ 'image:deletefailed' => "Bild konnte nicht gel&ouml;scht werden.",
+ 'image:downloadfailed' => "Dieses Bild ist nicht diesmal vorhanden.",
+
+ 'image:notimage' => 'Wir akzeptieren nur jpeg, gif, und png Dateien der erlaubten Dateigr鲞e an.',
+ 'images:notedited' => 'Nicht alle Bilder konnten hochgeladen werden',
+
+ 'album:none' => "Keine Alben gefunden.",
+ 'album:uploadfailed' => "Sorry; Dein Album konnte nicht gespeichert werden.",
+ 'album:deletefailed' => "Dein Album konnte nicht gel&ouml;scht werden.",
+ 'album:blank' => "Geben Sie diesem Album einen Titel und eine Beschreibung bitte."
+ );
+
+ add_translation("de",$german);
+?>
diff --git a/languages/en.php b/languages/en.php
new file mode 100644
index 000000000..2316a9e2f
--- /dev/null
+++ b/languages/en.php
@@ -0,0 +1,115 @@
+<?php
+ /**
+ * Elgg tidypics plugin language pack
+ *
+ * @package ElggFile
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
+
+ $english = array(
+
+ // Menu items and titles
+
+ 'image' => "Image",
+ 'images' => "Images",
+ 'caption' => "Caption",
+ 'photos' => "Photos",
+ 'images:upload' => "Upload Images",
+ 'album' => "Photo Album",
+ 'albums' => "Photo Albums",
+ 'album:yours' => "Your photo albums",
+ 'album:yours:friends' => "Your friends' photo albums",
+ 'album:user' => "%s's photo albums",
+ 'album:friends' => "%s's friends' photo albums",
+ 'album:all' => "All site photo albums",
+ 'album:group' => "Group albums",
+ 'item:object:image' => "Photos",
+ 'item:object:album' => "Albums",
+ 'tidypics:settings:maxfilesize' => "Maximum file size in kilo bytes (KB):",
+
+ //actions
+
+ 'album:create' => "New Album",
+ 'album:add' => "Add Photo Album",
+ 'album:addpix' => "Add photos",
+ 'album:edit' => "Edit album",
+ 'album:delete' => "Delete album",
+
+ 'image:edit' => "Edit image",
+ 'image:delete' => "Delete image",
+ 'image:download' => "Download image",
+
+ //forms
+
+ 'album:title' => "Title",
+ 'album:desc' => "Description",
+ 'album:tags' => "Tags",
+ 'album:cover' => "Make image album cover?",
+ 'album:cover:yes' => "Yes",
+ 'image:access:note' => "(view access is inherited from the album)",
+
+ //views
+
+ 'image:total' => "Images in album:",
+ 'image:by' => "Image added by",
+ 'album:by' => "Album created by",
+ 'album:created:on' => "Created",
+ 'image:none' => "No images have been added yet.",
+ 'image:back' => "Back",
+ 'image:next' => "Next",
+
+ //widgets
+
+ 'album:widget' => "Photo Albums",
+ 'album:more' => "View all albums",
+ 'album:widget:description' => "Showcase your latest photo albums",
+ 'album:display:number' => "Number of albums to display",
+ 'album:num_albums' => "Number of albums to display",
+
+ // river
+
+ //images
+ 'image:river:created' => "%s uploaded",
+ 'image:river:item' => "an image",
+ 'image:river:annotate' => "%s commented on",
+
+ //albums
+ 'album:river:created' => "%s created",
+ 'album:river:item' => "an album",
+ 'album:river:annotate' => "%s commented on",
+
+ // Status messages
+
+ 'image:saved' => "Your image was successfully saved.",
+ 'images:saved' => "All images were successfully saved.",
+ 'image:deleted' => "Your image was successfully deleted.",
+ 'image:delete:confirm' => "Are you sure you want to delete this image?",
+
+ 'images:edited' => "Your images were successfully updated.",
+ 'album:edited' => "Your album was successfully updated.",
+ 'album:saved' => "Your album was successfully saved.",
+ 'album:deleted' => "Your album was successfully deleted.",
+ 'album:delete:confirm' => "Are you sure you want to delete this album?",
+ 'album:created' => "Your new album has been created.",
+ 'tidypics:status:processing' => "Please wait while we process your picture....",
+
+ //Error messages
+
+ 'image:none' => "We could not find any images at the moment.",
+ 'image:uploadfailed' => "Files not uploaded:",
+ 'image:deletefailed' => "Your image could not be deleted at this time.",
+ 'image:downloadfailed' => "Sorry; this image is not available at this time.",
+
+ 'image:notimage' => "We only accept jpeg, gif, or png images of the allowed file size.",
+ 'images:notedited' => "Not all images were successfully updated",
+
+ 'album:none' => "We could not find any albums at the moment.",
+ 'album:uploadfailed' => "Sorry; we could not save your album.",
+ 'album:deletefailed' => "Your album could not be deleted at this time.",
+ 'album:blank' => "Please give this album a title and description."
+ );
+
+ add_translation("en",$english);
+?> \ No newline at end of file
diff --git a/languages/es.php b/languages/es.php
new file mode 100644
index 000000000..babb87068
--- /dev/null
+++ b/languages/es.php
@@ -0,0 +1,115 @@
+<?php
+ /**
+ * Elgg tidypics plugin language pack
+ *
+ * @package ElggFile
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
+
+ $spanish = array(
+
+ // Menu items and titles
+
+ 'image' => "Imagen",
+ 'images' => "Im&#225;genes",
+ 'caption' => "Leyenda",
+ 'photos' => "Fotos",
+ 'images:upload' => "Subir Im&#225;genes",
+ 'album' => "&#193;llbum de Fotos",
+ 'albums' => "&#193;lbums de Fotos",
+ 'album:yours' => "Tus &#225;lbums de fotos",
+ 'album:yours:friends' => "&#193;lbums de tus amigos",
+ 'album:user' => "&#193;llbums de %s",
+ 'album:friends' => "Albums de los amigos de %s",
+ 'album:all' => "Todos los &#225;lbums",
+ 'album:group' => "&#193;llbums del grupo",
+ 'item:object:image' => "Fotos",
+ 'item:object:album' => "&#193;llbums",
+ 'tidypics:settings:maxfilesize' => "Tama&#241;o m&#225;ximo en kilo bytes (KB):",
+
+ //actions
+
+ 'album:create' => "Nuevo &#225;lbum",
+ 'album:add' => "A&#241;adir &#225;lbum de fotos",
+ 'album:addpix' => "A&#241;adir fotos",
+ 'album:edit' => "Modificar &#225;lbum",
+ 'album:delete' => "Eliminar &#225;lbum",
+
+ 'image:edit' => "Modificar imagen",
+ 'image:delete' => "Eliminar imagen",
+ 'image:download' => "Descargar imagen",
+
+ //forms
+
+ 'album:title' => "T&#237;tulo",
+ 'album:desc' => "Descripci&#243;n",
+ 'album:tags' => "Etiquetas",
+ 'album:cover' => "&#191;Hacer portada del &#225;lbum?",
+ 'album:cover:yes' => "Si",
+ 'image:access:note' => "(los permisos de acceso se heredan del &#225;lbum)",
+
+ //views
+
+ 'image:total' => "Im&#225;genes en el &#225;lbum:",
+ 'image:by' => "Imagen a&#241;adida por",
+ 'album:by' => "Album creado por",
+ 'album:created:on' => "Creado",
+ 'image:none' => "Todav&#237;a no se han a&#241;adido im&#225;genes.",
+ 'image:back' => "Anterior",
+ 'image:next' => "Siguiente",
+
+ //widgets
+
+ 'album:widget' => "Albums de Fotos",
+ 'album:more' => "Ver todos los albums",
+ 'album:widget:description' => "Muestra tus &#225;lbums de fotos m&#225;s recientes",
+ 'album:display:number' => "N&#250;mero de albums a mostrar",
+ 'album:num_albums' => "N&#250;mero de albums a mostrar",
+
+ // river
+
+ //images
+ 'image:river:created' => "%s subi&#243;",
+ 'image:river:item' => "una imagen",
+ 'image:river:annotate' => "%s coment&#243; en",
+
+ //albums
+ 'album:river:created' => "%s cre&#243;",
+ 'album:river:item' => "un album",
+ 'album:river:annotate' => "%s coment&#243; en",
+
+ // Status messages
+
+ 'image:saved' => "Tu imagen ha sido guardada.",
+ 'images:saved' => "Todas tus im&#225;genes han sido guardadas.",
+ 'image:deleted' => "Tu imagen ha sido borrada.",
+ 'image:delete:confirm' => "&#191;Deseas borrar esta imagen?",
+
+ 'images:edited' => "Tus im&#225;genes han sido actualizadas.",
+ 'album:edited' => "Tu &#225;lbum ha sido actualizado.",
+ 'album:saved' => "Tu &#225;lbum ha sido guardado.",
+ 'album:deleted' => "Tu &#225;lbum ha sido borrado con &#233;xito.",
+ 'album:delete:confirm' => "&#191;Deseas borrar este &#225;lbum?",
+ 'album:created' => "Tu nuevo &#225;lbum ha sido creado.",
+ 'tidypics:status:processing' => "Por favor espera mientras procesamos tu imagen....",
+
+ //Error messages
+
+ 'image:none' => "No ha sido psible encontrar ninguna imagen en este momento.",
+ 'image:uploadfailed' => "Algunos ficheros no se pudieron subir:",
+ 'image:deletefailed' => "Tu imagen no ha podido ser borrada en este momento.",
+ 'image:downloadfailed' => "Esta imagen no se encuentra disponible en este momento.",
+
+ 'image:notimage' => "S&#243;lo se aceptan im&#225;genes jpeg, gif, o png del tama&#241;o permitido.",
+ 'images:notedited' => "No se pudieron actualizar todas las im&#225;genes.",
+
+ 'album:none' => "Actualmente no hay ning&#250;n &#225;lbum de fotos.",
+ 'album:uploadfailed' => "No se ha podido guardar el &#225;lbum.",
+ 'album:deletefailed' => "En este momento no se ha podido borrar el &#225;lbum.",
+ 'album:blank' => "Por favor entra un t&#237;tulo y descripci&#243;n para tu nuevo &#225;lbum."
+ );
+
+ add_translation("es",$spanish);
+?> \ No newline at end of file
diff --git a/languages/pl.php b/languages/pl.php
new file mode 100644
index 000000000..047b17220
--- /dev/null
+++ b/languages/pl.php
@@ -0,0 +1,115 @@
+<?php
+ /**
+ * Elgg tidypics plugin language pack
+ *
+ * @package ElggFile
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.com/
+ */
+
+ $polish = array(
+
+ // Menu items and titles
+
+ 'image' => "Obrazek",
+ 'images' => "Obrazki",
+ 'caption' => "Opis",
+ 'photos' => "Zdj臋cia",
+ 'images:upload' => "Dodaj obrazki",
+ 'album' => "Album zdj臋ciowy",
+ 'albums' => "Albumy zdj臋ciowe",
+ 'album:yours' => "Twoje albumy",
+ 'album:yours:friends' => "Albumy twoich znajomych",
+ 'album:user' => "Albumy u偶ytkownika %s",
+ 'album:friends' => "Albumy przyjaci贸艂 u偶ytkownika %s",
+ 'album:all' => "Wszystkie publiczne albumy",
+ 'album:group' => "Albumy rejsu",
+ 'item:object:image' => "Zdj臋cia",
+ 'item:object:album' => "Albumy",
+ 'tidypics:settings:maxfilesize' => "Maximum file size in kilo bytes (KB):",
+
+ //actions
+
+ 'album:create' => "Nowy album",
+ 'album:add' => "Dodaj album zdj臋ciowy",
+ 'album:addpix' => "Dodaj zdj臋cia",
+ 'album:edit' => "Edytuj album",
+ 'album:delete' => "Skasuj album",
+
+ 'image:edit' => "Edytuj obrazek",
+ 'image:delete' => "Skasuj obrazek",
+ 'image:download' => "Pobierz obrazek",
+
+ //forms
+
+ 'album:title' => "Tytu艂 albumu",
+ 'album:desc' => "Opis (widoczny tylko dla tw贸rcy)",
+ 'album:tags' => "Tagi",
+ 'album:cover' => "Ustaw jako ok艂adk臋 albumu?",
+ 'album:cover:yes' => "Tak",
+ 'image:access:note' => "(prawa dost臋pu pobierane s膮 z ustawie艅 albumu)",
+
+ //views
+
+ 'image:total' => "Obrazki w albumie:",
+ 'image:by' => "Obrazek dodany przez",
+ 'album:by' => "Album stworzony przez",
+ 'album:created:on' => "Stworzono",
+ 'image:none' => "Nie dodano jeszcze 偶adnych obrazk贸w.",
+ 'image:back' => "Poprzednia",
+ 'image:next' => "Kolejna",
+
+ //widgets
+
+ 'album:widget' => "Albumy zdj臋ciowe",
+ 'album:more' => "Poka偶 wszystkie albumy",
+ 'album:widget:description' => "Pokazuje twoje ostatnie albumy zdj臋ciowe",
+ 'album:display:number' => "Liczba wy艣wietlanych album贸w",
+ 'album:num_albums' => "Liczba wy艣wietlanych album贸w",
+
+ // river
+
+ //images
+ 'image:river:created' => "wgrano %s",
+ 'image:river:item' => "obrazek",
+ 'image:river:annotate' => "%s skomentowa艂",
+
+ //albums
+ 'album:river:created' => "Stworzono %s",
+ 'album:river:item' => "album",
+ 'album:river:annotate' => "%s skomentowa艂",
+
+ // Status messages
+
+ 'image:saved' => "Tw贸j obrazek zosta艂 pomy艣lnie zapisany.",
+ 'images:saved' => "Wszystkie obrazki zosta艂y pomy艣lnie zapisane.",
+ 'image:deleted' => "Tw贸j obrazek zosta艂 pomy艣lnie skasowany.",
+ 'image:delete:confirm' => "Czy jeste艣 pewien 偶e chcesz skasowa膰 ten obrazek?",
+
+ 'images:edited' => "Twoje obrazki zosta艂y pomy艣lnie zapisane.",
+ 'album:edited' => "Tw贸j album zosta艂 pomy艣lnie zapisany.",
+ 'album:saved' => "Tw贸j album zosta艂 pomy艣lnie zapisany.",
+ 'album:deleted' => "Tw贸j album zosta艂 skasowany.",
+ 'album:delete:confirm' => "Na pewno chcesz skasowa膰 ten album?",
+ 'album:created' => "Stworzono nowy album.",
+ 'tidypics:status:processing' => "Please wait while we process your picture....",
+
+ //Error messages
+
+ 'image:none' => "Jeszcze nie dodano 偶adnych obrazk贸w.",
+ 'image:uploadfailed' => "Pliki nie zapisane:",
+ 'image:deletefailed' => "Nie uda艂o si臋 skasowa膰 obrazka.",
+ 'image:downloadfailed' => "Nie uda艂o si臋 艣ci膮gn膮膰 albumu.",
+
+ 'image:notimage' => "Akceptowane formaty to tylko: jpeg, gif i png, and the allowed file size.",
+ 'images:notedited' => "Nie wszystkie obrazki zosta艂y zapisane",
+
+ 'album:none' => "Jeszcze nie dodano 偶adnych album贸w.",
+ 'album:uploadfailed' => "Nie uda艂o si臋 zapisa膰 twojego albumu.",
+ 'album:deletefailed' => "Nie uda艂o si臋 usun膮膰 twojego albumu.",
+ 'album:blank' => "Please give this albumu a tytu艂 and opis."
+ );
+
+ add_translation("pl",$polish);
+?> \ No newline at end of file