Merge changes from 1.0.2 (Finnish translation)

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@69 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2010-06-03 07:47:12 +00:00
parent 66440ed06d
commit fcd3702d7d
8 changed files with 266 additions and 2 deletions

View file

@ -16,11 +16,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* Copyright: 2002-2009 by Henrik Just
* Copyright: 2002-2010 by Henrik Just
*
* All Rights Reserved.
*
* Version 1.2 (2009-09-15)
* Version 1.2 (2010-06-03)
*
*/
@ -179,6 +179,20 @@ public class L10n {
case DOCUMENT: return "Dokument";
}
}
if (sLocale.startsWith("fi")) { // finnish
switch (nString) {
case UP: return "Yl\u00f6s";
case FIRST : return "Ensimm\u00e4inen";
case PREVIOUS : return "Edellinen";
case NEXT : return "Seuraava";
case LAST : return "Viimeinen";
case CONTENTS : return "Sis\u00e4lt\u00f6";
case INDEX : return "Indeksi";
case HOME : return "Koti";
case DIRECTORY: return "Hakemisto";
case DOCUMENT: return "Dokumentti";
}
}
if (sLocale.startsWith("ru")) { // russian
switch (nString) {
case UP: return "\u0412\u0432\u0435\u0440\u0445";