1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-22 18:52:10 +01:00

11 lines
233 B
PHP
Raw Normal View History

2014-10-27 16:18:24 -04:00
<?php
$TRANSLATIONS = array(
2014-02-15 07:20:33 -05:00
"Save" => "Speichern",
"Delete" => "Löschen",
"Edit" => "Bearbeiten",
"Cancel" => "Abbrechen",
"Settings" => "Einstellungen",
"Import" => "Importieren"
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";