[TRANSL REQ] Gallery MOD

Post your MOD language files and variables here to allow for translators to translate your MOD into their native language.
Forum rules
MOD Authors: Request translations for your MODs and MODX files here. Post your language file(s) in [ spoiler][ pre]lang file[/pre][/spoiler] BBCode -- this will maintain proper tag spacing. -- If you have many language files included with your MOD, attach it as a download (.txt) file instead.
Please credit translators in your release topic as well as the language file(s).
Important language for MODX: MOD Name, MOD Description, Author Notes, DIY Instructions.
Individual edit comments can be translated as well.

Translators: Post your translated code in [ spoiler][ pre]lang file[/pre][/spoiler] BBCode -- This will retain the proper tabbing and spacing.
Remember to include the language abbriviation for the MODX file (i.e. lang="de").
Please provided your crudentials in the language file as: // @author your_username ( website or email )
Some translations for MODX require exact abbriviation: i.e. "es-ar" or "es-sp"

[TRANSL REQ] Gallery MOD

Postby kingmob » 19 Jul 2007, 11:03

Let's start :)

Greek Translation

galery.php
Spoiler:
Code: Select All
<?php
/**
*
* gallery [Greek] by kingmob
*
* @package gallery
* @version $Id: gallery.php 23 2007-07-19 16:26:54Z Handyman $
* @copyright (c) 2007 StarTrekGuide Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

// Common language entries
$lang = array_merge($lang, array(
'ADD_COMMENT' => '???????? ???????!',
'ALREADY_RATED' => '????? ??? ???????????? ????? ??? ??????????',
'BBCODE' => 'BBCode',
'BYTES' => 'Bytes',
'CATEGORY' => '?????????',
'COMMENT' => '??????',
'COMMENTS' => '??????',
'DESCRIPTION' => '?????????',
'GALLERY' => '???????',
'GALLERY_BROWSE' => '?????????',
'GALLERY_GALLERY' => '?? ??????? ???',
'GALLERY_PHOTO' => '??????? ???????????',
'GALLERY_RATING' => '??????????',
'GALLERY_RECENT' => '????????',
'GALLERY_UPLOAD' => '???????',
'GALLERY_VIEWS' => '??????????',
'GALLERY_WRONG_SIZE' => '? ?????????? ?????????? ?? ??????? ????????? ???????',
'LOGIN_EXPLAIN_UPLOAD' => '?????? ?? ?????????? ??? ?? ????????? ???????????',
'NAME' => '?????',
'NO_IMAGES' => '??? ???????? ??????????? ?? ???? ?? ???????',

'PHOTO_NAME' => '?????????',

'PHOTOS' => '???????????',
'POSTER' => '??????????',
'RATE_THIS' => '????????????',
'RATING' => '??????????',
'SIZE' => '???????',
'TYPE' => '?????',
'UPLOAD' => '???????',
'YOU_RATED' => '???????? ??????????? ???????????',
));

?>


install.txt
Spoiler:
Code: Select all
#
#-----[ OPEN ]--------------------------
#
language/el/common.php
#
#-----[ FIND ]--------------------------
#
'GENERAL_ERROR'            => 'General Error',
#
#-----[ BEFORE, ADD ]--------------------------
#
'GALLERY'               => '???????',
Last edited by John Hjorth on 17 Oct 2007, 16:41, edited 2 times in total.
Reason: Topic title tag added
Sorry for my bad english
User avatar
kingmob    
Translator
Translator
 
Posts: 144
Joined: 05 May 2007, 00:14
Location: Greece
Gender: Male


Photo Gallery 0.1.0 Translations

Postby Handyman » 19 Jul 2007, 11:36

Photo Gallery 0.1.0 has been released.
Here are the language variables for this mod.

gallery.php
Spoiler:
Code: Select all
$lang = array_merge($lang, array(
   'ADD_COMMENT'         => 'Enter a Comment!',
   'ALREADY_RATED'         => 'You have already rated this photo',
   'BBCODE'            => 'BBCode',
   'BYTES'               => 'Bytes',
   'CATEGORY'            => 'Category',
   'COMMENT'            => 'Comment',
   'COMMENTS'            => 'Comments',
   'DESCRIPTION'         => 'Description',
   'GALLERY'            => 'Gallery',
   'GALLERY_BROWSE'      => 'Browse',
   'GALLERY_GALLERY'      => 'My Gallery',
   'GALLERY_PHOTO'         => 'View Photo',
   'GALLERY_RATING'      => 'Rating',
   'GALLERY_RECENT'      => 'Recent',
   'GALLERY_UPLOAD'      => 'Upload',
   'GALLERY_VIEWS'         => 'Views',
   'GALLERY_WRONG_SIZE'   => 'This photo exceeds the max photo size',
   'LOGIN_EXPLAIN_UPLOAD'   => 'You must be logged in to upload photos',
   'NAME'               => 'Name',
   'NO_IMAGES'            => 'There are no images in this gallery',
   
   'PHOTO_NAME'         => 'Name',
   
   'PHOTOS'            => 'Photos',
   'POSTER'            => 'Poster',
   'RATE_THIS'            => 'Rate it',
   'RATING'            => 'Rating',
   'SIZE'               => 'Size',
   'TYPE'               => 'Type',
   'UPLOAD'            => 'Upload',
   'YOU_RATED'            => 'You rated this photo',
));


install.txt
Spoiler:
Code: Select all
#
#-----[ OPEN ]--------------------------
#
language/en/common.php
#
#-----[ FIND ]--------------------------
#
'GENERAL_ERROR'            => 'General Error',
#
#-----[ BEFORE, ADD ]--------------------------
#
'GALLERY'               => 'Photo Gallery',


I'll be updating the SVN often with new translations as they are posted.

Thanks
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
STG Jedi Master
STG Jedi Master
 
Posts: 7234
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: Photo Gallery 0.1.0 Translations

Postby ecwpa » 19 Jul 2007, 13:01

Spanish

gallery.php
Spoiler:
Code: Select all
$lang = array_merge($lang, array(
   'ADD_COMMENT'         => 'Agrega un comentario!',
   'ALREADY_RATED'         => 'Ya habias puntuado esta imagen anteriormente',
   'BBCODE'            => 'BBCode',
   'BYTES'               => 'Bytes',
   'CATEGORY'            => 'Categoria',
   'COMMENT'            => 'Comentario',
   'COMMENTS'            => 'Commentarios',
   'DESCRIPTION'         => 'Descripcion',
   'GALLERY'            => 'Galleria',
   'GALLERY_BROWSE'      => 'Explorar',
   'GALLERY_GALLERY'      => 'Mi Galeria',
   'GALLERY_PHOTO'         => 'Ver imagen',
   'GALLERY_RATING'      => 'Puntaje',
   'GALLERY_RECENT'      => 'Reciente',
   'GALLERY_UPLOAD'      => 'Subir',
   'GALLERY_VIEWS'         => 'Vistas',
   'GALLERY_WRONG_SIZE'   => 'Esta imagen excede el tamaño maximo para imagenes',
   'LOGIN_EXPLAIN_UPLOAD'   => 'Debes haber iniciado sesion para poder subir imagenes',
   'NAME'               => 'Nombre',
   'NO_IMAGES'            => 'No hay imagenes en esta galeria',
   
   'PHOTO_NAME'         => 'Nombre',
   
   'PHOTOS'            => 'Imagenes',
   'POSTER'            => 'Autor',
   'RATE_THIS'            => 'Valorar',
   'RATING'            => 'Puntaje',
   'SIZE'               => 'Tamaño',
   'TYPE'               => 'Tipo',
   'UPLOAD'            => 'Subir',
   'YOU_RATED'            => 'Valoraste esta imagen',
));


install.txt
Spoiler:
Code: Select all
#
#-----[ OPEN ]--------------------------
#
language/es/common.php
#
#-----[ FIND ]--------------------------
#
'GENERAL_ERROR'            => 'Error General',
#
#-----[ BEFORE, ADD ]--------------------------
#
'GALLERY'               => 'Galeria de Imagenes',
sorry for my bad english :S
User avatar
ecwpa
Translator
Translator
 
Posts: 31
Joined: 21 Dec 2006, 12:35
Gender: Male

Re: Photo Gallery 0.1.0 Translations

Postby Genesis » 19 Jul 2007, 13:05

German translation:

gallery.php
Spoiler:
Code: Select all
<?php
/**
*
* gallery [german] by SinTao
*
* @package gallery
* @version $Id: gallery.php 23 2007-07-19 16:26:54Z Handyman $
* @copyright (c) 2007 StarTrekGuide Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
   $lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

// Common language entries
$lang = array_merge($lang, array(
   'ADD_COMMENT'         => 'Kommentar eingeben!',
   'ALREADY_RATED'         => 'Du hast schon bewertet',
   'BBCODE'            => 'BBCode',
   'BYTES'               => 'Byte',
   'CATEGORY'            => 'Kategorie',
   'COMMENT'            => 'Kommentar',
   'COMMENTS'            => 'Kommentare',
   'DESCRIPTION'         => 'Beschreibung',
   'GALLERY'            => 'Galerie',
   'GALLERY_BROWSE'      => 'Durchsuchen',
   'GALLERY_GALLERY'      => 'Meine Galerie',
   'GALLERY_PHOTO'         => 'Foto ansehen',
   'GALLERY_RATING'      => 'Bewertung',
   'GALLERY_RECENT'      => 'Letzte Fotos',
   'GALLERY_UPLOAD'      => 'hochladen',
   'GALLERY_VIEWS'         => 'angesehen',
   'GALLERY_WRONG_SIZE'   => 'Dieses Foto übersteigt die maximale Größe',
   'LOGIN_EXPLAIN_UPLOAD'   => 'Du musst eingeloggt sein um Fotos hoch zu laden',
   'NAME'               => 'Name',
   'NO_IMAGES'            => 'Keine Bilder in dieser Galerie',
   
   'PHOTO_NAME'         => 'Name',
   
   'PHOTOS'            => 'Fotos',
   'POSTER'            => 'Autor',
   'RATE_THIS'            => 'bewerten',
   'RATING'            => 'Bewertung',
   'SIZE'               => 'Größe',
   'TYPE'               => 'Typ',
   'UPLOAD'            => 'hoch laden',
   'YOU_RATED'            => 'Du hast dieses Foto bewertet',
));

?>

install.txt
Spoiler:
Code: Select all
#
#-----[ Open ]--------------------------
#
language/de/common.php
#
#-----[ FIND ]--------------------------
#
'GENERAL_ERROR'            => 'General Error',
#
#-----[ BEFORE, ADD ]--------------------------
#
'GALLERY'               => 'Galerie',
Genesis
Crewman
Crewman
 
Posts: 5
Joined: 10 Jul 2007, 12:10
Gender: Male

Re: Gallery MOD

Postby danieLs » 19 Jul 2007, 16:39

Romanian translation :


install.txt

Spoiler:
Code: Select all
#-----[ BEFORE, ADD ]--------------------------
#
'GALLERY'                    => 'Galerie Foto',
#
#-----[ SAVE/CLOSE ALL FILES ]------------------
   



gallery.php

Spoiler:
Code: Select all
$lang array_merge($lang, array(
    
'ADD_COMMENT'            => 'Adauga comentariu!',
    
'ALREADY_RATED'            => 'Ai notat deja aceasta poza',
    
'BBCODE'                => 'BBCode',
    
'BYTES'                    => 'Octeti',
    
'CATEGORY'                => 'Categorie',
    
'COMMENT'                => 'Comentariu',
    
'COMMENTS'                => 'Comentarii',
    
'DESCRIPTION'            => 'Descriere',
    
'GALLERY'                => 'Galerie',
    
'GALLERY_BROWSE'        => 'Rasfoieste',
    
'GALLERY_GALLERY'        => 'Galeria mea',
    
'GALLERY_PHOTO'            => 'Afiseaza poza',
    
'GALLERY_RATING'        => 'Rating',
    
'GALLERY_RECENT'        => 'Recent',
    
'GALLERY_UPLOAD'        => 'Incarca',
    
'GALLERY_VIEWS'            => 'Afisari',
    
'GALLERY_WRONG_SIZE'    => 'Aceasta poza depaseste marimea maxima admisa',
    
'LOGIN_EXPLAIN_UPLOAD'    => 'Trebuie sa fii autentificat pentru a incarca poze',
    
'NAME'                    => 'Nume',
    
'NO_IMAGES'                => 'Nu este nici o imagine in aceasta galerie',
    
    
'PHOTO_NAME'            => 'Nume',
    
    
'PHOTOS'                => 'Poze',
    
'POSTER'                => 'Poster',
    
'RATE_THIS'                => 'Noteaza',
    
'RATING'                => 'Rating',
    
'SIZE'                    => 'Marime',
    
'TYPE'                    => 'Tip',
    
'UPLOAD'                => 'Incarca',
    
'YOU_RATED'                => 'Ai notat aceasta poza',
));   
danieLs
Cadet II
Cadet II
 
Posts: 25
Joined: 30 Mar 2007, 09:52
Gender: Male

Re: Gallery MOD

Postby Handyman » 19 Jul 2007, 19:40

Can you provide me with the language prefix for this one?
I'm assuming "rn", but I'll probably be wrong ;)

Thanks

danieLs wrote:Romanian translation :


install.txt

Spoiler:
Code: Select all
#-----[ BEFORE, ADD ]--------------------------
#
'GALLERY'                    => 'Galerie Foto',
#
#-----[ SAVE/CLOSE ALL FILES ]------------------
    



gallery.php

Spoiler:
Code: Select all
$lang array_merge($lang, array(
    
'ADD_COMMENT'            => 'Adauga comentariu!',
    
'ALREADY_RATED'            => 'Ai notat deja aceasta poza',
    
'BBCODE'                => 'BBCode',
    
'BYTES'                    => 'Octeti',
    
'CATEGORY'                => 'Categorie',
    
'COMMENT'                => 'Comentariu',
    
'COMMENTS'                => 'Comentarii',
    
'DESCRIPTION'            => 'Descriere',
    
'GALLERY'                => 'Galerie',
    
'GALLERY_BROWSE'        => 'Rasfoieste',
    
'GALLERY_GALLERY'        => 'Galeria mea',
    
'GALLERY_PHOTO'            => 'Afiseaza poza',
    
'GALLERY_RATING'        => 'Rating',
    
'GALLERY_RECENT'        => 'Recent',
    
'GALLERY_UPLOAD'        => 'Incarca',
    
'GALLERY_VIEWS'            => 'Afisari',
    
'GALLERY_WRONG_SIZE'    => 'Aceasta poza depaseste marimea maxima admisa',
    
'LOGIN_EXPLAIN_UPLOAD'    => 'Trebuie sa fii autentificat pentru a incarca poze',
    
'NAME'                    => 'Nume',
    
'NO_IMAGES'                => 'Nu este nici o imagine in aceasta galerie',
    
    
'PHOTO_NAME'            => 'Nume',
    
    
'PHOTOS'                => 'Poze',
    
'POSTER'                => 'Poster',
    
'RATE_THIS'                => 'Noteaza',
    
'RATING'                => 'Rating',
    
'SIZE'                    => 'Marime',
    
'TYPE'                    => 'Tip',
    
'UPLOAD'                => 'Incarca',
    
'YOU_RATED'                => 'Ai notat aceasta poza',
));    
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
STG Jedi Master
STG Jedi Master
 
Posts: 7234
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: Gallery MOD

Postby niejon » 20 Jul 2007, 01:34

Finnish translation:

gallery.php
Spoiler:
Code: Select all
/**
* @author Joni Nieminen( http://www.koovee.net : joni.m.nieminen@gmail.com )
*/

Code: Select all
$lang = array_merge($lang, array(
   'ADD_COMMENT'         => 'Lisää kommentti!',
   'ALREADY_RATED'         => 'Olet jo arvioinut tämä kuvan',
   'BBCODE'            => 'BBCode',
   'BYTES'               => 'Bittiä',
   'CATEGORY'            => 'Kategoria',
   'COMMENT'            => 'Kommentti',
   'COMMENTS'            => 'Kommentit',
   'DESCRIPTION'         => 'Kuvaus',
   'GALLERY'            => 'Galleria',
   'GALLERY_BROWSE'      => 'Selaa',
   'GALLERY_GALLERY'      => 'Galleriani',
   'GALLERY_PHOTO'         => 'Katso kuvaa',
   'GALLERY_RATING'      => 'Arvosana',
   'GALLERY_RECENT'      => 'Viimeisin',
   'GALLERY_UPLOAD'      => 'Lisää kuva',
   'GALLERY_VIEWS'         => 'Katsottu',
   'GALLERY_WRONG_SIZE'   => 'Tämä kuva ylittää kuvan sallitun maksimi koon',
   'LOGIN_EXPLAIN_UPLOAD'   => 'Sinun tulee olla kirjautuneena lisätäksesi kuvia',
   'NAME'               => 'Nimi',
   'NO_IMAGES'            => 'Galleriassa ei ole kuvia',
   
   'PHOTO_NAME'         => 'Nimi',
   
   'PHOTOS'            => 'Kuvat',
   'POSTER'            => 'Juliste',
   'RATE_THIS'            => 'Arvostele',
   'RATING'            => 'Arvosana',
   'SIZE'               => 'Koko',
   'TYPE'               => 'Tyyppi',
   'UPLOAD'            => 'Lisää kuva',
   'YOU_RATED'            => 'Arvostelit tämän kuvan',
));
install.txt
Spoiler:
Code: Select all
    #
    #-----[ OPEN ]--------------------------
    #
    language/en/common.php
    #
    #-----[ FIND ]--------------------------
    #
   'GENERAL_ERROR'            => 'General Error',
    #
    #-----[ BEFORE, ADD ]--------------------------
    #
    'GALLERY'               => 'Photo Gallery',
Code: Select all
    #
    #-----[ OPEN ]--------------------------
    #
    language/fi/common.php
    #
    #-----[ FIND ]--------------------------
    #
   'GENERAL_ERROR'            => 'Yleinen virhe',
    #
    #-----[ BEFORE, ADD ]--------------------------
    #
    'GALLERY'               => 'Kuvagalleria',
The difference between stupidity and genius is that genius has its limits.
- Albert Einstein -
User avatar
niejon
Translator
Translator
 
Posts: 40
Joined: 15 Jun 2007, 07:31
Location: Finland
Gender: Male

Re: Gallery MOD

Postby danieLs » 20 Jul 2007, 03:01

Handyman wrote:Can you provide me with the language prefix for this one?
I'm assuming "rn", but I'll probably be wrong ;)

Thanks


ro

:hello:
danieLs
Cadet II
Cadet II
 
Posts: 25
Joined: 30 Mar 2007, 09:52
Gender: Male

Re: Photo Gallery 0.1.0 Translations

Postby porfavor » 20 Jul 2007, 06:52

Genesis wrote:Edit by porfavor

German translation:

gallery.php
Spoiler:
Code: Select all
<?php
/**
*
* gallery [german] by SinTao
*
* @package gallery
* @version $Id: gallery.php 23 2007-07-19 16:26:54Z Handyman $
* @copyright (c) 2007 StarTrekGuide Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
   $lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

// Common language entries
$lang = array_merge($lang, array(
   'ADD_COMMENT'         => 'Kommentar eingeben!',
   'ALREADY_RATED'         => 'Du hast schon bewertet',
   'BBCODE'            => 'BBCode',
   'BYTES'               => 'Byte',
   'CATEGORY'            => 'Kategorie',
   'COMMENT'            => 'Kommentar',
   'COMMENTS'            => 'Kommentare',
   'DESCRIPTION'         => 'Beschreibung',
   'GALLERY'            => 'Galerie',
   'GALLERY_BROWSE'      => 'Durchsuchen',
   'GALLERY_GALLERY'      => 'Meine Galerie',
   'GALLERY_PHOTO'         => 'Foto ansehen',
   'GALLERY_RATING'      => 'Bewertung',
   'GALLERY_RECENT'      => 'Letzte Fotos',
   'GALLERY_UPLOAD'      => 'hochladen',
   'GALLERY_VIEWS'         => 'Aufrufe',
   'GALLERY_WRONG_SIZE'   => 'Dieses Foto übersteigt die maximale Größe',
   'LOGIN_EXPLAIN_UPLOAD'   => 'Du musst eingeloggt sein, um Fotos hochzuladen',
   'NAME'               => 'Name',
   'NO_IMAGES'            => 'Keine Bilder in dieser Galerie',
   
   'PHOTO_NAME'         => 'Name',
   
   'PHOTOS'            => 'Fotos',
   'POSTER'            => 'Autor',
   'RATE_THIS'            => 'bewerten',
   'RATING'            => 'Bewertung',
   'SIZE'               => 'Größe',
   'TYPE'               => 'Typ',
   'UPLOAD'            => 'hochladen',
   'YOU_RATED'            => 'Du hast dieses Foto bewertet',
));

?>

install.txt
Spoiler:
Code: Select all
#
#-----[ ÖFFNE ]--------------------------
#
language/de/common.php
#
#-----[ FINDE ]--------------------------
#
'GENERAL_ERROR'            => 'Allgemeiner',
#
#-----[ Davor Einfügen ]--------------------------
#
'GALLERY'               => 'Galerie',


Should be like that. I did some corrections and addings in the install-file.
Live your life as long as it is possible!
User avatar
porfavor
Translator
Translator
 
Posts: 78
Joined: 02 Jul 2007, 14:18
Location: Germany
Favorite Team: Hertha BSC Berlin
Gender: Male

Re: Gallery MOD

Postby ????? » 20 Jul 2007, 15:19

Hi! This Russian translation with image for imagset

gallery.php
Spoiler:
Code: Select All
<?php
/**
*
* gallery [Russian]
*
* @package gallery
* @version $Id: gallery.php 23 2007-07-19 16:26:54Z Handyman $
* @copyright (c) 2007 StarTrekGuide Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

// Common language entries
$lang = array_merge($lang, array(
'ADD_COMMENT' => '??????? ??????????!',
'ALREADY_RATED' => '?? ??? ????????? ??? ???????????',
'BBCODE' => 'BBCode',
'BYTES' => '????',
'CATEGORY' => '?????????',
'COMMENT' => '???????????',
'COMMENTS' => '???????????',
'DESCRIPTION' => '????????',
'GALLERY' => '????????',
'GALLERY_BROWSE' => '????????',
'GALLERY_GALLERY' => '??? ????????',
'GALLERY_PHOTO' => '???????????',
'GALLERY_RATING' => '??????',
'GALLERY_RECENT' => '???????',
'GALLERY_UPLOAD' => '?????????',
'GALLERY_VIEWS' => '??????????',
'GALLERY_WRONG_SIZE' => '??? ??????????? ????????? ???????????? ??????',
'LOGIN_EXPLAIN_UPLOAD' => '?? ?????? ???? ???????????? ??? ??????????? ???????? ???????????',
'NAME' => '???',
'NO_IMAGES' => '? ???????? ??? ???????????',

'PHOTO_NAME' => '????????',

'PHOTOS' => '???????????',
'POSTER' => '?????',
'RATE_THIS' => '???????',
'RATING' => '??????',
'SIZE' => '??????',
'TYPE' => '???',
'UPLOAD' => '?????????',
'YOU_RATED' => '?? ??????? ??? ???????????',
));

?>


install.txt
Spoiler:
Code: Select All
############################################################## 
## MOD Title: Photo Gallery (Russian traslate)
## MOD Author: Handyman < mailto:handyman@startrekaccess.com > (Francis Lewis) http://startrekguide.com
## MOD Description: This mods adds a photo gallery for your members
## MOD Translatior: ????? <varzaev@mail.ru> (Varzaev Sergey) http://www.phpbbguru.net
## MOD Version: 0.1.0
##
## Installation Level: Easy
## Installation Time: 2 Minutes
## Files To Edit: 1
## language/ru/common.php
##
## Included Files: n/a
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: mods/
## Or http://phpbb.com/community/viewforum.php?f=70
## for the latest version of this MOD. No support
## will be given for MODs not found within the MODs Database
##############################################################
## Author Notes:
##
## Copyright 2007 © Handyman.
##
##############################################################
## History:
## (yyyy-mm-dd)
## 2007-07-19 - Version 0.1.0
## - First Release
##############################################################

#
#-----[ COPY ]-------------------------
#
copy root/language/ru/mods/gallery.php to language/ru/mods/gallery.php
copy root/styles/prosilver/imageset/ru/button_upload.gif to styles/prosilver/imageset/ru/button_upload.gif
#
#-----[ OPEN ]--------------------------
#
language/ru/common.php
#
#-----[ FIND ]--------------------------
#
'GENERAL_ERROR' => '????? ??????',
#
#-----[ BEFORE, ADD ]--------------------------
#
'GALLERY' => '???? ????????',
#
#-----[ SAVE/CLOSE ALL FILES ]----------------------------
#
# EoM
You do not have the required permissions to view the files attached to this post.
Be not afraid of mistakes. Remember, the Ark was built by the fan. Professionals built Titanic. :)
User avatar
?????
Crewman
Crewman
 
Posts: 1
Joined: 20 Jul 2007, 15:08
Location: St. Peterburg
Gender: Male

Next

Return to MOD Translations

Who is online

Users browsing this forum: ccBot [Bot], Omgilibot [Bot] and 2 guests