From c639ad1e7e3ec747cac37e230fd8380da98c508b Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Mar 2010 19:34:41 +0000 Subject: copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk, then convert the *.lang.php files with tools/convert_language_to_2.1.pl Next step is to play with tools/translation_analysis.php to find which language keys need translation for each language. git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/sr_RS/about.html | 6 + language/sr_RS/common.lang.php | 368 +++++++++++++++++++++++++++++++++++++++++ language/sr_RS/index.php | 30 ++++ language/sr_RS/iso.txt | 1 + 4 files changed, 405 insertions(+) create mode 100644 language/sr_RS/about.html create mode 100644 language/sr_RS/common.lang.php create mode 100644 language/sr_RS/index.php create mode 100644 language/sr_RS/iso.txt (limited to 'language/sr_RS') diff --git a/language/sr_RS/about.html b/language/sr_RS/about.html new file mode 100644 index 000000000..d18701b4c --- /dev/null +++ b/language/sr_RS/about.html @@ -0,0 +1,6 @@ +
  • Piwigo je web aplikacija koja vam omogućava izradu web galerije na lak način.
  • + +
  • Tehnički, Piwigo je potpuno razvijen korišćenjem PHP (the elePHPant) te MySQL baze podataka (the SQuirreL).
  • + +
  • Ako imate predloga i komentara, molimo posjetite Piwigo službenu stranicu, i njoj posvećen forum.
  • + diff --git a/language/sr_RS/common.lang.php b/language/sr_RS/common.lang.php new file mode 100644 index 000000000..987178211 --- /dev/null +++ b/language/sr_RS/common.lang.php @@ -0,0 +1,368 @@ + diff --git a/language/sr_RS/index.php b/language/sr_RS/index.php new file mode 100644 index 000000000..871b52b6a --- /dev/null +++ b/language/sr_RS/index.php @@ -0,0 +1,30 @@ + diff --git a/language/sr_RS/iso.txt b/language/sr_RS/iso.txt new file mode 100644 index 000000000..bdc9107a3 --- /dev/null +++ b/language/sr_RS/iso.txt @@ -0,0 +1 @@ +Srpski [SR] \ No newline at end of file -- cgit v1.2.3