From 4e0c1576475390faa2f1fb4c4dc2902a953f440e Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 25 Feb 2009 12:16:53 +0000 Subject: First commit --- languages/de.php | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ languages/en.php | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ languages/es.php | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ languages/pl.php | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 459 insertions(+) create mode 100644 languages/de.php create mode 100644 languages/en.php create mode 100644 languages/es.php create mode 100644 languages/pl.php (limited to 'languages') 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 @@ + "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ügen", + 'album:addpix' => "Fotos hinzufügen", + 'album:edit' => "Album bearbeiten", + 'album:delete' => "Album löschen", + + 'image:edit' => "Bild bearbeiten", + 'image:delete' => "Bild löschen", + 'image:download' => "Download Bild", + + //forms + + 'album:title' => "Titel", + 'album:desc' => "Beschreibung", + 'album:tags' => "Stichwörter", + 'album:cover' => "Albumcover erstellen?", + 'album:cover:yes' => "Ja", + 'image:access:note' => "(Zugriffsberechtigung wird vom Album übernommen)", + + //views + + 'image:total' => "Bilder im Album:", + 'image:by' => "Bild hinzugefügt von", + 'album:by' => "Album erstellt von:", + 'album:created:on' => "Verursacht", + 'image:none' => "Noch keine Bilder hinzugefügt.", + 'image:back' => "Zurü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öscht.", + 'image:delete:confirm' => "Willst Du das Bild wirklich lö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öscht.", + 'album:delete:confirm' => "Willst Du das Album wirklich lö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ö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ö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 @@ + "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 @@ + "Imagen", + 'images' => "Imágenes", + 'caption' => "Leyenda", + 'photos' => "Fotos", + 'images:upload' => "Subir Imágenes", + 'album' => "Állbum de Fotos", + 'albums' => "Álbums de Fotos", + 'album:yours' => "Tus álbums de fotos", + 'album:yours:friends' => "Álbums de tus amigos", + 'album:user' => "Állbums de %s", + 'album:friends' => "Albums de los amigos de %s", + 'album:all' => "Todos los álbums", + 'album:group' => "Állbums del grupo", + 'item:object:image' => "Fotos", + 'item:object:album' => "Állbums", + 'tidypics:settings:maxfilesize' => "Tamaño máximo en kilo bytes (KB):", + + //actions + + 'album:create' => "Nuevo álbum", + 'album:add' => "Añadir álbum de fotos", + 'album:addpix' => "Añadir fotos", + 'album:edit' => "Modificar álbum", + 'album:delete' => "Eliminar álbum", + + 'image:edit' => "Modificar imagen", + 'image:delete' => "Eliminar imagen", + 'image:download' => "Descargar imagen", + + //forms + + 'album:title' => "Título", + 'album:desc' => "Descripción", + 'album:tags' => "Etiquetas", + 'album:cover' => "¿Hacer portada del álbum?", + 'album:cover:yes' => "Si", + 'image:access:note' => "(los permisos de acceso se heredan del álbum)", + + //views + + 'image:total' => "Imágenes en el álbum:", + 'image:by' => "Imagen añadida por", + 'album:by' => "Album creado por", + 'album:created:on' => "Creado", + 'image:none' => "Todavía no se han añadido imágenes.", + 'image:back' => "Anterior", + 'image:next' => "Siguiente", + + //widgets + + 'album:widget' => "Albums de Fotos", + 'album:more' => "Ver todos los albums", + 'album:widget:description' => "Muestra tus álbums de fotos más recientes", + 'album:display:number' => "Número de albums a mostrar", + 'album:num_albums' => "Número de albums a mostrar", + + // river + + //images + 'image:river:created' => "%s subió", + 'image:river:item' => "una imagen", + 'image:river:annotate' => "%s comentó en", + + //albums + 'album:river:created' => "%s creó", + 'album:river:item' => "un album", + 'album:river:annotate' => "%s comentó en", + + // Status messages + + 'image:saved' => "Tu imagen ha sido guardada.", + 'images:saved' => "Todas tus imágenes han sido guardadas.", + 'image:deleted' => "Tu imagen ha sido borrada.", + 'image:delete:confirm' => "¿Deseas borrar esta imagen?", + + 'images:edited' => "Tus imágenes han sido actualizadas.", + 'album:edited' => "Tu álbum ha sido actualizado.", + 'album:saved' => "Tu álbum ha sido guardado.", + 'album:deleted' => "Tu álbum ha sido borrado con éxito.", + 'album:delete:confirm' => "¿Deseas borrar este álbum?", + 'album:created' => "Tu nuevo á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ólo se aceptan imágenes jpeg, gif, o png del tamaño permitido.", + 'images:notedited' => "No se pudieron actualizar todas las imágenes.", + + 'album:none' => "Actualmente no hay ningún álbum de fotos.", + 'album:uploadfailed' => "No se ha podido guardar el álbum.", + 'album:deletefailed' => "En este momento no se ha podido borrar el álbum.", + 'album:blank' => "Por favor entra un título y descripción para tu nuevo á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 @@ + "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 -- cgit v1.2.3