diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-15 15:12:58 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-15 15:12:58 +0100 |
commit | 7cd809b286aee9d90e8a7d01f3a21e8e65978d28 (patch) | |
tree | 6746204f2ebbc6c6be6b6a615d51a0ee99c0e466 /apps/contacts/l10n/es.php | |
parent | 3ec5ffe24e9d1c50dcfedc1d18af01be500f8df5 (diff) | |
download | nextcloud-server-7cd809b286aee9d90e8a7d01f3a21e8e65978d28.tar.gz nextcloud-server-7cd809b286aee9d90e8a7d01f3a21e8e65978d28.zip |
update translations
Diffstat (limited to 'apps/contacts/l10n/es.php')
-rw-r--r-- | apps/contacts/l10n/es.php | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/apps/contacts/l10n/es.php b/apps/contacts/l10n/es.php index 30dedf89fd6..260fe2ac976 100644 --- a/apps/contacts/l10n/es.php +++ b/apps/contacts/l10n/es.php @@ -1,7 +1,6 @@ <?php $TRANSLATIONS = array( "This is not your addressbook." => "Esta no es tu agenda de contactos.", "Contact could not be found." => "No se pudo encontrar el contacto.", -"vCard could not be read." => "No se pudo leer el vCard.", "Information about vCard is incorrect. Please reload the page." => "La información sobre el vCard es incorrecta. Por favor vuelve a cargar la página.", "Address" => "Dirección", "Telephone" => "Teléfono", @@ -19,8 +18,8 @@ "This card is not RFC compatible." => "Esta tarjeta no es compatible con RFC.", "This card does not contain a photo." => "Esta tarjeta no contiene ninguna foto.", "Add Contact" => "Agregar contacto", -"Group" => "Grupo", "Name" => "Nombre", +"Type" => "Tipo", "PO Box" => "Código postal", "Extended" => "Extendido", "Street" => "Calle", @@ -29,8 +28,19 @@ "Zipcode" => "Código Postal", "Country" => "País", "Create Contact" => "Crear contacto", +"New Address Book" => "Nueva libreta de direcciones", +"CardDav Link" => "Link Card Dav", +"Download" => "Descargar", "Edit" => "Editar", "Delete" => "Borrar", +"Delete contact" => "Eliminar contacto", +"Add" => "Añadir", +"Active" => "Activo", +"Save" => "Guardar", +"Submit" => "Aceptar", +"Cancel" => "Cancelar", "Birthday" => "Cumpleaños", -"Phone" => "Teléfono" +"Preferred" => "Preferido", +"Phone" => "Teléfono", +"Update" => "Actualizar" ); |