From 85086911c89f456885de4f499d59a434c50fd3f8 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 14 Jan 2012 01:14:29 +0100 Subject: Original nnimis' plugin. --- mod/pages/languages/en.php | 102 +++++++++++++++++++++++++++++++++++++++++++++ mod/pages/languages/es.php | 101 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 203 insertions(+) create mode 100644 mod/pages/languages/en.php create mode 100644 mod/pages/languages/es.php (limited to 'mod/pages') diff --git a/mod/pages/languages/en.php b/mod/pages/languages/en.php new file mode 100644 index 000000000..6fc68b676 --- /dev/null +++ b/mod/pages/languages/en.php @@ -0,0 +1,102 @@ + "Pages", + 'pages:owner' => "%s's pages", + 'pages:friends' => "Friends' pages", + 'pages:all' => "All site pages", + 'pages:add' => "Add page", + + 'pages:group' => "Group pages", + 'groups:enablepages' => 'Enable group pages', + + 'pages:edit' => "Edit this page", + 'pages:delete' => "Delete this page", + 'pages:history' => "History", + 'pages:view' => "View page", + 'pages:revision' => "Revision", + + 'pages:navigation' => "Navigation", + 'pages:via' => "via pages", + 'item:object:page_top' => 'Top-level pages', + 'item:object:page' => 'Pages', + 'pages:nogroup' => 'This group does not have any pages yet', + 'pages:more' => 'More pages', + 'pages:none' => 'No pages created yet', + + /** + * River + **/ + 'river:create:object:page' => '%s created a page %s', + 'river:create:object:page_top' => '%s created a page %s', + 'river:update:object:page' => '%s updated a page %s', + 'river:update:object:page_top' => '%s updated a page %s', + 'river:comment:object:page' => '%s commented on a page titled %s', + 'river:comment:object:page_top' => '%s commented on a page titled %s', + + /** + * Form fields + */ + + 'pages:title' => 'Page title', + 'pages:description' => 'Page text', + 'pages:tags' => 'Tags', + 'pages:access_id' => 'Read access', + 'pages:write_access_id' => 'Write access', + + /** + * Status and error messages + */ + 'pages:noaccess' => 'No access to page', + 'pages:cantedit' => 'You cannot edit this page', + 'pages:saved' => 'Page saved', + 'pages:notsaved' => 'Page could not be saved', + 'pages:error:no_title' => 'You must specify a title for this page.', + 'pages:delete:success' => 'The page was successfully deleted.', + 'pages:delete:failure' => 'The page could not be deleted.', + + /** + * Page + */ + 'pages:strapline' => 'Last updated %s by %s', + + /** + * History + */ + 'pages:revision:subtitle' => 'Revision created %s by %s', + + /** + * Widget + **/ + + 'pages:num' => 'Number of pages to display', + 'pages:widget:description' => "This is a list of your pages.", + + /** + * Submenu items + */ + 'pages:label:view' => "View page", + 'pages:label:edit' => "Edit page", + 'pages:label:history' => "Page history", + + /** + * Sidebar items + */ + 'pages:sidebar:this' => "This page", + 'pages:sidebar:children' => "Sub-pages", + 'pages:sidebar:parent' => "Parent", + + 'pages:newchild' => "Create a sub-page", + 'pages:backtoparent' => "Back to '%s'", +); + +add_translation("en", $english); \ No newline at end of file diff --git a/mod/pages/languages/es.php b/mod/pages/languages/es.php new file mode 100644 index 000000000..63d1ac8e0 --- /dev/null +++ b/mod/pages/languages/es.php @@ -0,0 +1,101 @@ + "Páginas", + 'pages:owner' => "Páginas de %s", + 'pages:friends' => "Páginas de amigos", + 'pages:all' => "Todas las Páginas", + 'pages:add' => "Agregar Página", + + 'pages:group' => "Páginas de grupo", + 'groups:enablepages' => 'Habilitar páginas del grupo', + + 'pages:edit' => "Editar esta página", + 'pages:delete' => "Eliminar esta página", + 'pages:history' => "Historial", + 'pages:view' => "Ver página", + 'pages:revision' => "Revisión", + + 'pages:navigation' => "Navegación", + 'pages:via' => "páginas via", + 'item:object:page_top' => 'Páginas de nivel superior', + 'item:object:page' => 'Páginas', + 'pages:nogroup' => 'El grupo aún no posee páginas', + 'pages:more' => 'Más páginas', + 'pages:none' => 'No hay páginas creadas aún', + + /** + * River + **/ + 'river:create:object:page' => '%s ha creado la página %s', + 'river:create:object:page_top' => '%s ha creado una página %s', + 'river:update:object:page' => '%s ha actualizado la página %s', + 'river:update:object:page_top' => '%s ha actualizado una página %s', + 'river:comment:object:page' => '%s ha comentado en la página titulada %s', + 'river:comment:object:page_top' => '%s ha comentado en una página titulada %s', + + /** + * Form fields + */ + 'pages:title' => 'Título de la página', + 'pages:description' => 'Texto de la página', + 'pages:tags' => 'Tags', + 'pages:access_id' => 'Acceso de lectura', + 'pages:write_access_id' => 'Acceso de escritura', + + /** + * Status and error messages + */ + 'pages:noaccess' => 'No hay acceso a la página', + 'pages:cantedit' => 'No puede editar esta página', + 'pages:saved' => 'Página guardada', + 'pages:notsaved' => 'La página no pudo ser guardada', + 'pages:error:no_title' => 'Debe especificar un título para esta página.', + 'pages:delete:success' => 'La página ha sido eliminada correctamente.', + 'pages:delete:failure' => 'La página no pudo ser eliminada.', + + /** + * Page + */ + 'pages:strapline' => 'Ultima actualización %s por %s', + + /** + * History + */ + 'pages:revision:subtitle' => 'Revisión creada %s por %s', + + /** + * Widget + **/ + + 'pages:num' => 'Cantidad de páginas a mostrar', + 'pages:widget:description' => "Este es el listado de sus páginas.", + + /** + * Submenu items + */ + 'pages:label:view' => "Ver página", + 'pages:label:edit' => "Editar página", + 'pages:label:history' => "Historial de la página", + + /** + * Sidebar items + */ + 'pages:sidebar:this' => "Esta página", + 'pages:sidebar:children' => "Sub-páginas", + 'pages:sidebar:parent' => "Padre", + + 'pages:newchild' => "Crear una sub-página", + 'pages:backtoparent' => "Regresar a '%s'", +); + +add_translation("es", $spanish); \ No newline at end of file -- cgit v1.2.3