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

9 lines
181 B
PHP
Raw Normal View History

2014-10-27 21:18:24 +01:00
<?php
$TRANSLATIONS = array(
2014-05-27 08:10:06 +02:00
"Warning" => "Waarskuwing",
2014-04-25 08:10:25 +02:00
"Cancel" => "Kanseleer",
"Add" => "Voeg by",
2013-02-05 00:18:31 +01:00
"Settings" => "Instellings"
);
2014-10-27 21:18:24 +01:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";