1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/l10n/eu_ES.php

16 lines
341 B
PHP
Raw Normal View History

2014-10-27 21:25:53 +01:00
<?php
$TRANSLATIONS = array(
2014-01-28 07:26:17 +01:00
"Cancel" => "Ezeztatu",
2014-05-11 06:50:10 +02:00
"Save" => "Gorde",
2014-01-28 07:26:17 +01:00
"Other" => "Bestea",
"Work" => "Lana",
2014-03-09 06:49:34 +01:00
"Delete" => "Ezabatu",
"Download" => "Deskargatu",
2014-01-28 07:26:17 +01:00
"Title" => "titulua",
"Birthday" => "Urtebetetze",
"Export" => "Esportazio",
2014-05-12 06:49:51 +02:00
"Edit" => "Aldatu",
"Description" => "Deskripzioa"
2014-01-28 07:26:17 +01:00
);
2014-10-27 21:25:53 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";