Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fa.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b0a1dbc9d5ea69d2e9bc6231e63cca8f1e17dad (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "اشتراک گذارنده {owner}",
"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
"Password" => "گذرواژه"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";