diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 01:28:21 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 01:28:21 +0100 |
commit | 6b5c3f11ac70fa8ccc08cbdfe905713c8e3d9849 (patch) | |
tree | fa15264f2d513bba57e2c3da2c94ba04c29c9855 /mod/notifications/languages/es.php | |
parent | 46d1727f0e6e5dc32fa703157879be9ff65240be (diff) | |
download | elgg-6b5c3f11ac70fa8ccc08cbdfe905713c8e3d9849.tar.gz elgg-6b5c3f11ac70fa8ccc08cbdfe905713c8e3d9849.tar.bz2 |
Moved all files to languages folder.
for file in *; do
mv $file/languages/es.php ../languages/es.$file.php;
done
Diffstat (limited to 'mod/notifications/languages/es.php')
-rw-r--r-- | mod/notifications/languages/es.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mod/notifications/languages/es.php b/mod/notifications/languages/es.php deleted file mode 100644 index 47ccafa43..000000000 --- a/mod/notifications/languages/es.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php
-
-$spanish = array(
-
- 'friends:all' => 'Todos los amigos',
-
- 'notifications:subscriptions:personal:description' => 'Recibir notificaciones cuando se modifiquen tus contenidos',
- 'notifications:subscriptions:personal:title' => 'Notificaciones personales',
-
- 'notifications:subscriptions:friends:title' => 'Amigos',
- 'notifications:subscriptions:friends:description' => 'La siguiente es una colección automática de sus amigos. Para recibir actualizaciones selecciona debajo. Esto afectará a los usuarios que se corresopndan con el panel principal de notificaciones al final de la página',
- 'notifications:subscriptions:collections:edit' => 'Para habilitar notificaciones compartidas haga click aquí',
-
- 'notifications:subscriptions:changesettings' => 'Notificaciones',
- 'notifications:subscriptions:changesettings:groups' => 'Notificaciones de grupos',
- 'notification:method:email' => 'Email',
-
- 'notifications:subscriptions:title' => 'Notificaciones por usuario',
- 'notifications:subscriptions:description' => 'Para recibir noticificaciones de tus amigos cuando crean nuevo contenido, búscalos en la red y selecciona el tipo de notificación que quieres recibir',
-
- 'notifications:subscriptions:groups:description' => 'Para recibir noticificaciones cuando se cree nuevo contenido en grupos en los que eres miembro, búscalos en la red y selecciona el tipo de notificación que quieres recibir',
-
- 'notifications:subscriptions:success' => 'Su configuración de notificaciones ha sido guardada',
-
-);
-
-add_translation("es", $spanish);
|