mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
11 lines
297 B
PHP
11 lines
297 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Warning" => "चेतावनी ",
|
|
"Close" => "बंद करें ",
|
|
"Save" => "सहेजें",
|
|
"Cancel" => "रद्द करें ",
|
|
"Add" => "डाले",
|
|
"Settings" => "सेटिंग्स"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|