1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-12-01 05:24:11 +01:00
OwncloudBookmarksOfficial/l10n/eu_ES.php

10 lines
191 B
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-01-28 08:29:10 +01:00
"Save" => "Gorde",
"Delete" => "Ezabatu",
"Edit" => "Aldatu",
"Cancel" => "Ezeztatu",
"Export" => "Esportazio"
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";