1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-20 16:52:10 +01:00
2014-10-27 16:18:24 -04:00

10 lines
191 B
PHP

<?php
$TRANSLATIONS = array(
"Save" => "Gorde",
"Delete" => "Ezabatu",
"Edit" => "Aldatu",
"Cancel" => "Ezeztatu",
"Export" => "Esportazio"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";