nextcloud/apps/files_sharing/l10n/fa.php

9 lines
317 B
PHP

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "اشتراک گذارنده {owner}",
"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
"Password" => "گذرواژه",
"Download" => "دانلود"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";