From: Jerome Jutteau Date: Sat, 5 Nov 2016 11:10:24 +0000 (+0100) Subject: Enable Russian translation X-Git-Tag: 1.2.0~14 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/9129b76daf97b1ac4dedfbeca28ba625dca83ef8?ds=sidebyside Enable Russian translation Signed-off-by: Jerome Jutteau --- diff --git a/README.md b/README.md index d2abe63..329a4bb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A demonstration of the latest version is available on [jirafeau.net](http://jira - Optional Password protection (for uploading or downloading) - Time limitation - Option to self-destruct after reading -- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: :gr: +- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: :gr: :ru: - Small administration interface - File level [Deduplication](http://en.wikipedia.org/wiki/Data_deduplication) for storage optimization - A basic Terms Of Service which can be adapted to your needs diff --git a/lib/lang.php b/lib/lang.php index 4271c7f..c193af4 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -28,6 +28,7 @@ $languages_list = array ('auto' => 'Automatic', 'it' => 'Italiano', 'nl' => 'Nederlands', 'ro' => 'Limba română', + 'ru' => 'ру́сский язы́к', 'sk' => 'Slovenčina', 'zh' => '汉语');