Obsah fóra
PravidláRegistrovaťPrihlásenie




Odpovedať na tému [ Príspevkov: 9 ] 
AutorSpráva
Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 04.07.07
Prihlásený: 04.08.10
Príspevky: 330
Témy: 59
Bydlisko: LC
Príspevok NapísalOffline : 09.01.2008 14:57

Mohol by mi prosím niekto toto preložiť ???
Je to galéria na phpBB3:

Kód:
<?php
/**
*
* @package TS Gallery
* @version $Id: gallery.php,v 0.1.1 2007/11/30 14:15:10 uber geek Exp $
* @copyright (c) 2007 threesixes.co.uk
* @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


$lang = array_merge($lang, array(
// This is the name of the gallery automatically created if or when a guest posts an image
   'GUEST_ALBUM_NAME'               => 'Open Gallery',

   'GALLERY_MENU_BROWSE'               => 'Browse',
   'GALLERY_MENU_MYALBUM'               => 'My Album',
   'GALLERY_MENU_HOT'                  => 'Hot',
   'GALLERY_MENU_RECENT'               => 'Recent',
   'GALLERY_MENU_VIEWS'               => 'Views',
   'GALLERY_MENU_UPLOAD'               => 'Upload',
    'GALLERY_INVALID_ALBUM_ID_MSG'         => 'Invalid album id!',
    'GALLERY_MISSING_ALBUM_ID_MSG'          => 'Album id was not specified!',
    'GALLERY_ALBUM_UPDATED'               => 'Album successfully updated!',
   'GALLERY_ALBUM_LINK'               => 'View Members Album',
    'GALLERY_MANAGE_ALBUMS_TITLE'         => 'Manage albums',
    'GALLERY_MANAGE_ALBUMS_EXPLAIN'         => 'Here you can manage your gallery albums, change position, edit or delete them.',
    'GALLERY_EDIT_ALBUMS_TITLE'            => 'Edit album',
    'GALLERY_EDIT_ALBUMS_EXPLAIN'         => 'Here you can edit your album settings like parent, name or description.',
    'GALLERY_ALBUM_SETTINGS'            => 'Album settings',
    'GALLERY_PARENT'                  => 'Parent',
    'GALLERY_NAME'                     => 'Name',
    'GALLERY_COMMENTS_PER_PAGE'            => 'Comments per page',
    'GALLERY_COMMENTS_PER_PAGE_EXPLAIN'      => 'Sets the number of comments on a page to be showed on the view picture page.',
    'GALLERY_PICS_PER_PAGE'               => 'Pictures per page',
    'GALLERY_PICS_PER_PAGE_EXPLAIN'         => 'Sets the number of pictures on a page to be showed when viewing pictures. (multiple of 5 is prefered)',
    'GALLERY_MAX_FILESIZE'               => 'Maximum file size',
    'GALLERY_MAX_IMAGE_WIDTH'            => 'Maximum image width',
    'GALLERY_MAX_IMAGE_HEIGHT'            => 'Maximum image height',
    'GALLERY_ALLOW_BIGGER_IMAGES'         => 'Allow bigger images',
    'GALLERY_ALLOW_BIGGER_IMAGES_EXPLAIN'   => 'Allow users to upload images with a bigger resolution than specified above but resize it.',
    'GALLERY_GENERAL_SETTINGS'            => 'General settings',
    'GALLERY_DESCRIPTION'               => 'Description',
    'GALLERY_SETTINGS_UPDATED_MSG'         => 'Your settings have been successfully updated!',
    'GALLERY_ALBUM_DELETED_MSG'            => 'Album successfully deleted!',
    'GALLERY_ALBUM_CREATED_MSG'            => 'Album successfully created!',
    'GALLERY_ALBUM_UPDATED_MSG'            => 'Album Information successfully updated!',
    'GALLERY_SETTINGS_TITLE'            => 'Gallery Settings',
    'GALLERY_SETTINGS_EXPLAIN'            => 'Here you can change your gallery settings. This settings will affect all your albums.',
    'GALLERY_ALBUM_DELETE_TITLE'         => 'Delete album',
    'GALLERY_ALBUM_DELETE_EXPLAIN'         => 'Here you can delete gallery albums and chose to delete or move to another album their content, if any. Please pay attention because a deleted album cannot be restored.',
    'GALLERY_ALBUM_CREATE_TITLE'         => 'Create a new album',
    'GALLERY_ALBUM_CREATE_EXPLAIN'         => 'Here you can create a new album for your gallery. You need to specify album parent, name and description.',
    'GALLERY_ALBUM_CACHE_TITLE'            => 'Gallery cache',
    'GALLERY_ALBUM_CACHE_EXPLAIN'         => 'Here you can manage your gallery cache.',
    'GALLERY_DELETE'                  => 'Delete',
   'GALLERY_DELETE_IMAGE'               => 'Delete Image',
   'GALLERY_DELETE_IMAGE_CONFIRM'         => 'Are you sure you want to delete this image?',
   'GALLERY_DELETE_IMAGE_CANCEL'            => 'The Image was NOT deleted',
    'GALLERY_CONTENT'                  => 'Content',
    'GALLERY_MOVE_TO'                  => 'Move to',
    'GALLERY_ALLOW_JPEG'               => 'Allow JPEG',
    'GALLERY_ALLOW_GIF'                  => 'Allow GIF',
    'GALLERY_ALLOW_PNG'                  => 'Allow PNG',
    'GALLERY_THUMBNAIL_QUALITY'            => 'Thumbnail quality',
    'GALLERY_CACHE_THUMBNAILS'            => 'Cache thumbnails',
    'GALLERY_TITLE'                     => 'Photo Gallery',
    'GALLERY_MOST_VIEWED_PICS'            => 'Most viewed pictures',
    'GALLERY_UPLOADED_BY'               => 'Uploaded by',
    'GALLERY_UPLOADED_ON_DATE'            => 'On',
    'GALLERY_SIZE'                     => 'Size',
    'GALLERY_COMMENTS'                  => 'Comments',
    'GALLERY_VIEWS'                     => 'Views',
    'GALLERY_RATING'                  => 'Rating',
    'GALLERY_POST_BY_AUTHOR'            => 'by',
    'GALLERY_NOT_RATED'                  => 'Not rated',
    'GALLERY_MOST_RECENT_PICS'            => 'Most recent pictures',
    'GALLERY_MOST_HOT_PICS'               => 'Most hot pictures',
    'GALLERY_PIC_ID_NOT_FOUND'            => 'Picture id not found',
    'GALLERY_MUT_BE_REG'               => 'You must be registered to be able to post comments or to rate pictures!',
    'GALLERY_ALREADY_RATED'               => 'You already rated this picture!',
    'GALLERY_RATING_ADDED'               => 'Your rating has been added.',
    'GALLERY_COMMENT_ADDED'               => 'Your comment has been added.',

// comment edit-delete function by Uber Geek - (http://threesixes.co.uk)
   'GALLERY_ADMIN_ONLY'            => 'YOU ARE NOT PERMITTED TO ACCESS THIS PAGE',
   'GALLERY_DELETE_MESSAGE'         => 'Are you sure you want to delete this comment?',
      'GALLERY_COMMENT_DELETED'         => 'Your comment has been successfully deleted.',
       'GALLERY_COMMENT_NOT_DELETED'         => 'Your comment has NOT been deleted.',
   'GALLERY_COMMENT_EDITED'         => 'Your comment has been successfully altered.',
   'GALLERY_COMMENT_NOT_EDITED'         => 'Your comment has NOT been altered.',
   'GALLERY_NOT_AUTHORISED'         => 'You are not authorised to view this section.',
// end

    'GALLERY_COMMENT_IS_EMPTY'            => 'Your comment is empty!',
    'GALLERY_RATE_THIS_PIC'               => 'Rate this picture',
    'GALLERY_YOU_RATED'                  => 'You rated',
    'GALLERY_INVALID_ALBUM_ID'            => 'Invalid album id!',
    'GALLERY_FILE_UPLOADED'               => 'File successfully uploaded!',
    'GALLERY_UPLOAD_TO'                  => 'Upload to',
    'GALLERY_PICTURE_TO_UPLOAD'            => 'Picture to upload',
    'GALLERY_PICTURE_TITLE'               => 'Picture title',
    'GALLERY_PICTURE_DESCRIPTION'         => 'Picture description',
    'GALLERY_ALLOWED_UPLOAD_FILETYPE'      => 'You can upload %s files',
    'GALLERY_MAX_FILESIZE'               => 'Max filesize',
    'GALLERY_MAX_WIDTH'                  => 'Max picture width',
    'GALLERY_PIXELS'                  => 'pixels',
    'GALLERY_MAX_HEIGHT'               => 'Max picture height',
    'GALLERY_PERSONAL_ALBUM'            => 'Personal Album',
    'GALLERY_ALBUM_NAME'               => 'Album Name',
    'GALLERY_PICTURES'                  => 'Pictures',
    'GALLERY_MEMBERS_GALLERY'            => 'Member\'s Gallery',
    'GALLERY_ALBUMS'                  => 'Albums',
    'GALLERY_MEMBERS_GALLERY_DESCR'         => 'This gallery contains members personal albums.',
    'GALLERY_SUBALBUMS'                  => 'Subalbums',
    'GALLERY_UPLOAD_REDIRECT_MSG'         => 'Click <a href="%s">here</a> to view your picture or click <a href="%s">here</a> to view the entire album.',
    'GALLERY_ERROR_RESIZEING_PIC'         => 'Error resizeing picture.',
    'GALLERY_REDIRECT_TO_INDEX_MSG'         => 'Click <a href="%s">here</a> to go to Gallery index.',
    'GALLERY_REDIRECT_TO_FORUM_MSG'         => 'Click <a href="%s">here</a> to go to Forum index.',
    'GALLERY_REDIRECT_GO_BACK'            => 'Click <a href="%s">here</a> to go back.',
    'GALLERY_USER_PERSONAL_GALLERY'         => '%s\'s personal album',
    'GALLERY_USER_PERSONAL_GALLERY_LOCKED'   => '%s\'s personal album ( Friends Only )',
    'GALLERY_PG_COMMENT'               => '1 comment',
   'GALLERY_PG_COMMENTS'               => '%d comments',
    'GALLERY_PG_PICTURE'               => '1 picture',
   'GALLERY_PG_PICTURES'               => '%d pictures',
   'GALLERY_BBCODE_LINK'               => '[IMG] CODE:',
   'GALLERY_SHARE_LINK'               => 'DIRECT LINK:',
   'GALLERY_VISIT_GALLERY'            =>   'See more from this album',
   'REQUIRED_POSTS'            =>   'The Gallery will be unlocked after you have posted %s more message',
   'AWAITING_APPROVAL'         =>   'COMMENT AWAITING MODERATOR APPROVAL',
   'MOD_APPROVE'            =>   'COMMENT NEEDS APPROVAL',

// UCP LANG DEFINITIONS
   
'UCP_GALLERY_PREFS_PERSONAL'         => 'Gallery - Personal Preferences',
'UCP_SHOW_GALLERY'            => 'Restrict gallery access to friends only',
'UCP_ALLOW_GALLERY_COMMENTS'         => 'Allow members to comment on your images',
'UCP_GALLERY_COMMENT_APPROVAL'      => 'Require personal approval before comments are displayed',
'UCP_NO_OPTIONS'         => 'No control options are available for this feature.',
'GALLERY_PREFERENCES_UPDATED'         => 'Your gallery preferences have been updated.',

// ACP LANG DEFINITIONS

'GALLERY_USER_SETTINGS_TITLE'            => 'Gallery Settings',
'GALLERY_USER_SETTINGS_EXPLAIN'      => 'These settings form the main access permissions for your gallery.',
'GALLERY_USER_SETTINGS'         => 'User Settings',
'GALLERY_GUEST_SETTINGS_TITLE'         => 'Gallery Settings',
'GALLERY_GUEST_SETTINGS_EXPLAIN'      => 'user settings will automatically override these settings if neccesary.',
'GALLERY_GUEST_SETTINGS'      => 'Guest Settings',
'GALLERY_ACCESS_COMMENTS'         => 'Set minimum forum posts to access gallery',
'GALLERY_ACCESS_COMMENTS_EXPLAIN'      => 'Number of forum posts required before gallery access is allowed.',
'GALLERY_ACCESS_POSTS'            => 'Set minimum forum posts to comment in gallery',
'GALLERY_ACCESS_POSTS_EXPLAIN'      => 'Number of forum posts required before allowed to  comment on gallery images.',
'GALLERY_APPROVAL_NEEDED'         => 'ALL Gallery comments require moderator approval',
'GALLERY_GUEST_ACCESS'            => 'Guests CAN access gallery',
'GALLERY_GUEST_ACCESS_EXPLAIN'      => 'Void if min post required',
'GALLERY_GUEST_POSTS'            => 'Guests CAN post comments',
'GALLERY_GUEST_POSTS_EXPLAIN'         => 'Void if min post required / guest access denied',
'GALLERY_GUEST_APPROVAL'         => 'Guest comments require moderator approval',
'GALLERY_GUEST_APPROVAL_EXPLAIN'      => 'Void if approve ALL is set',
'GALLERY_GUEST_UPLOAD'            => 'Guest CAN upload images to public albums',
'GALLERY_GUEST_UPLOAD_EXPLAIN'      => 'Void if previous settings do not allow',
'GALLERY_USER_UPLOAD'            => 'Members CAN upload images',
'GALLERY_USER_UPLOAD_EXPLAIN'         => 'Hides and locks upload page from non-admin users if set to NO',
'GALLERY_USER_DELETE_IMG'         => 'Members CAN delete images',
'GALLERY_USER_DELETE_IMG_EXPLAIN'      => 'Administrators can always delete images',
'GALLERY_USER_POSTS'            => 'Members CAN post comments',
'GALLERY_USER_POSTS_EXPLAIN'         => 'Hides comment box if set to YES',
'GALLERY_USER_EDIT_POSTS'         => 'Members CAN edit comments',
'GALLERY_USER_EDIT_POSTS_EXPLAIN'      => 'Members can edit their own comments if YES',
'GALLERY_USER_DELETE_POSTS'         => 'Members CAN delete comments',
'GALLERY_USER_DELETE_POSTS_EXPLAIN'      => 'Members can delete their own comments if YES',
'GALLERY_USER_MOVE_PICS'         => 'Members CAN move images to alternate albums',
'GALLERY_USER_MOVE_PICS_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',  //User can move images between public albims and their own albums
'GALLERY_USER_CREATE_SUB'         => 'Members CAN create sub-albums',
'GALLERY_USER_CREATE_SUB_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',
'GALLERY_USER_DELETE_SUB'         => 'Members CAN delete sub-albums',
'GALLERY_USER_DELETE_SUB_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',
'GALLERY_MAX_SUB'               => 'Set max sub-albums per user',
'GALLERY_MAX_SUB_EXPLAIN'         => '(NOT AVAILABLE IN THIS RELEASE)',
'GALLERY_USER_SET_APPROVAL'         => 'Members CAN approve comments',
'GALLERY_USER_SET_APPROVAL_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',  // Members CAN choose to approve comments made on their images

));

?>







_________________
CPU: Intel C2D 3.0 @ 4.1 + PSU: Scythe Ninja 2 ::: MB: ASUS P5Q PRO ::: GPU: nVidia GTX260 896 MB DDR3 by GIGABYTE N26OC-896H-B ::: RAM: DDR2 CORSAIR TWINX XMS2 DOMINATOR DHX 2x2GB 1066 MHz @ 1095 Mhz ::: HDD: WESTERN DIGITAL Caviar Black 640GB 7200Rpm 32MB cache ::: PSU: CORSAIR HX620 620W ::: DVD: Samsung SH-S223Q SATA BLACK ::: MONITOR: SAMSUNG T220 22" Crystal Rubine 2ms ::: CASE: Thermaltake Soprano RS 101 VG7000BWS ::: MOUSE: A4tech X710BK OSCAR 2000dpi ::: KEYBOARD: I-TEC :::
Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 04.07.07
Prihlásený: 04.08.10
Príspevky: 330
Témy: 59
Bydlisko: LC
Príspevok Napísal autor témyOffline : 10.01.2008 19:04

Nikto ?? :oops: :oops:







_________________
CPU: Intel C2D 3.0 @ 4.1 + PSU: Scythe Ninja 2 ::: MB: ASUS P5Q PRO ::: GPU: nVidia GTX260 896 MB DDR3 by GIGABYTE N26OC-896H-B ::: RAM: DDR2 CORSAIR TWINX XMS2 DOMINATOR DHX 2x2GB 1066 MHz @ 1095 Mhz ::: HDD: WESTERN DIGITAL Caviar Black 640GB 7200Rpm 32MB cache ::: PSU: CORSAIR HX620 620W ::: DVD: Samsung SH-S223Q SATA BLACK ::: MONITOR: SAMSUNG T220 22" Crystal Rubine 2ms ::: CASE: Thermaltake Soprano RS 101 VG7000BWS ::: MOUSE: A4tech X710BK OSCAR 2000dpi ::: KEYBOARD: I-TEC :::
Offline

Zmazaný užívateľ
Zmazaný užívateľ
Obrázok užívateľa
Príspevok NapísalOffline : 10.01.2008 19:09

Mrknem ti nato, vydrz pol hodku


Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 04.07.07
Prihlásený: 04.08.10
Príspevky: 330
Témy: 59
Bydlisko: LC
Príspevok Napísal autor témyOffline : 10.01.2008 19:11

Jupíiiii diky ti veľmi :jump: :nodhead: :kiss:







_________________
CPU: Intel C2D 3.0 @ 4.1 + PSU: Scythe Ninja 2 ::: MB: ASUS P5Q PRO ::: GPU: nVidia GTX260 896 MB DDR3 by GIGABYTE N26OC-896H-B ::: RAM: DDR2 CORSAIR TWINX XMS2 DOMINATOR DHX 2x2GB 1066 MHz @ 1095 Mhz ::: HDD: WESTERN DIGITAL Caviar Black 640GB 7200Rpm 32MB cache ::: PSU: CORSAIR HX620 620W ::: DVD: Samsung SH-S223Q SATA BLACK ::: MONITOR: SAMSUNG T220 22" Crystal Rubine 2ms ::: CASE: Thermaltake Soprano RS 101 VG7000BWS ::: MOUSE: A4tech X710BK OSCAR 2000dpi ::: KEYBOARD: I-TEC :::
Offline

Zmazaný užívateľ
Zmazaný užívateľ
Obrázok užívateľa
Príspevok NapísalOffline : 10.01.2008 19:29

Prvá polovica je tu, s druhou buď niekoho popros alebo počkaj do víkendu

Kód:
<?php
/**
*
* @package TS Gallery
* @version $Id: gallery.php,v 0.1.1 2007/11/30 14:15:10 uber geek Exp $
* @copyright (c) 2007 threesixes.co.uk
* @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


$lang = array_merge($lang, array(
// This is the name of the gallery automatically created if or when a guest posts an image
   'GUEST_ALBUM_NAME'               => 'Open Gallery',

   'GALLERY_MENU_BROWSE'               => 'Prezerať',
   'GALLERY_MENU_MYALBUM'               => 'Môj Album',
   'GALLERY_MENU_HOT'                  => 'Nové',
   'GALLERY_MENU_RECENT'               => 'Nedávno pridané',
   'GALLERY_MENU_VIEWS'               => 'Zobrazenia',
   'GALLERY_MENU_UPLOAD'               => 'Upload',
    'GALLERY_INVALID_ALBUM_ID_MSG'         => 'Nesprávne ID albumu!',
    'GALLERY_MISSING_ALBUM_ID_MSG'          => 'ID Albumu nebolo špecifikované!',
    'GALLERY_ALBUM_UPDATED'               => 'Album úspešne updatovaný!',
   'GALLERY_ALBUM_LINK'               => 'Zobraziť užívateľov album',
    'GALLERY_MANAGE_ALBUMS_TITLE'         => 'Spravovať albumy',
    'GALLERY_MANAGE_ALBUMS_EXPLAIN'         => 'Tu môžete spravovať svoje albumy, meniť pozície, mazať alebo ich upravovať.',
    'GALLERY_EDIT_ALBUMS_TITLE'            => 'Uprav Album',
    'GALLERY_EDIT_ALBUMS_EXPLAIN'         => 'Tu môžete meniť nastavenia svojho albumu, napr. kategóriu, názov alebo popis.',
    'GALLERY_ALBUM_SETTINGS'            => 'Nastavenia albumu',
    'GALLERY_PARENT'                  => 'Kategória',
    'GALLERY_NAME'                     => 'Názov',
    'GALLERY_COMMENTS_PER_PAGE'            => 'Komentárov na stranu',
    'GALLERY_COMMENTS_PER_PAGE_EXPLAIN'      => 'Nastavte počet komentárov, ktoré sa zobrazia na jednej stránke albumu',
    'GALLERY_PICS_PER_PAGE'               => 'Obrázkov na stranu',
    'GALLERY_PICS_PER_PAGE_EXPLAIN'         => 'Nastavte počet obrázkov, ktoré sa zobrazia na jednej stránke albumu. (predvolená hodnota je 5)',
    'GALLERY_MAX_FILESIZE'               => 'Maximálna veĺkosť súboru',
    'GALLERY_MAX_IMAGE_WIDTH'            => 'Maximálna šírka obrázku',
    'GALLERY_MAX_IMAGE_HEIGHT'            => 'Maximálna výška obrázku',
    'GALLERY_ALLOW_BIGGER_IMAGES'         => 'Povoliť väčšie obrázky',
    'GALLERY_ALLOW_BIGGER_IMAGES_EXPLAIN'   => 'Povoliť užívateľom nahrať obrázky s väčším rozlíšením ako je nastavené (budú zmenšené).',
    'GALLERY_GENERAL_SETTINGS'            => 'Hlávné nastavenia',
    'GALLERY_DESCRIPTION'               => 'Popis',
    'GALLERY_SETTINGS_UPDATED_MSG'         => 'Nastavenia aktualizované',
    'GALLERY_ALBUM_DELETED_MSG'            => 'Album zmazaný',
    'GALLERY_ALBUM_CREATED_MSG'            => 'Album vytvorený',
    'GALLERY_ALBUM_UPDATED_MSG'            => 'Informácie o albume upravené',
    'GALLERY_SETTINGS_TITLE'            => 'Nastavenia Galérie',
    'GALLERY_SETTINGS_EXPLAIN'            => 'Tu môžete meniť nastavenia galérie. Nastavenia platia pre všetky albumy',
    'GALLERY_ALBUM_DELETE_TITLE'         => 'Zmaž albumy',
    'GALLERY_ALBUM_DELETE_EXPLAIN'         => 'Tu môžete mazať albumy v galérii a presúvať obsah z iných galérií. VAROVANIE : Budte opatrný, galéria (ich obsah) sa nedajú po zmazaní obnoviť !!!',
    'GALLERY_ALBUM_CREATE_TITLE'         => 'Vytváranie nového albumu',
    'GALLERY_ALBUM_CREATE_EXPLAIN'         => 'Tu môžete vytvoriť nový album',
    'GALLERY_ALBUM_CACHE_TITLE'            => 'Cache galérie',
    'GALLERY_ALBUM_CACHE_EXPLAIN'         => 'Tu môžete nastavovať cache galérie.',
    'GALLERY_DELETE'                  => 'Zmazať',
   'GALLERY_DELETE_IMAGE'               => 'Vymazať obrázok',
   'GALLERY_DELETE_IMAGE_CONFIRM'         => 'Ste si istý ?',
   'GALLERY_DELETE_IMAGE_CANCEL'            => 'Obrázok nebol zmazaný',
    'GALLERY_CONTENT'                  => 'Obsah',
    'GALLERY_MOVE_TO'                  => 'Presunúť',
    'GALLERY_ALLOW_JPEG'               => 'Povoliť JPEG',
    'GALLERY_ALLOW_GIF'                  => 'Povoliť GIF',
    'GALLERY_ALLOW_PNG'                  => 'Povoliť PNG',
    'GALLERY_THUMBNAIL_QUALITY'            => 'Kvalita náhladu',
    'GALLERY_CACHE_THUMBNAILS'            => 'Cache náhladov',
    'GALLERY_TITLE'                     => 'Galéria fotiek',
    'GALLERY_MOST_VIEWED_PICS'            => 'Najviac zobrazované',
    'GALLERY_UPLOADED_BY'               => 'Nahral',
    'GALLERY_UPLOADED_ON_DATE'            => 'dňa',
    'GALLERY_SIZE'                     => 'Veľkosť',
    'GALLERY_COMMENTS'                  => 'Komentáre',
    'GALLERY_VIEWS'                     => 'Zobrazenia',
    'GALLERY_RATING'                  => 'Hodnotenie',
    'GALLERY_POST_BY_AUTHOR'            => 'od',
    'GALLERY_NOT_RATED'                  => 'Nehodnotené',
    'GALLERY_MOST_RECENT_PICS'            => 'Najnovšie príspevky',
    'GALLERY_MOST_HOT_PICS'               => 'Najlepšie príspevky',
    'GALLERY_PIC_ID_NOT_FOUND'            => 'Nenájdené ID obrázka',
    'GALLERY_MUT_BE_REG'               => 'Musíte byť registrovaný alebo prihlásený pre pridanie komentáru alebo hodnotenia',
    'GALLERY_ALREADY_RATED'               => 'Za tento obrázok ste hlasovali už predtým !',
    'GALLERY_RATING_ADDED'               => 'Hodnotenie pridané.',
    'GALLERY_COMMENT_ADDED'               => 'Komentár pridaný.',


Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 04.07.07
Prihlásený: 04.08.10
Príspevky: 330
Témy: 59
Bydlisko: LC
Príspevok Napísal autor témyOffline : 10.01.2008 19:33

Joj ďakujem skusim niekoho zohnať ak nie napíšem to sem.. Diky ti :D







_________________
CPU: Intel C2D 3.0 @ 4.1 + PSU: Scythe Ninja 2 ::: MB: ASUS P5Q PRO ::: GPU: nVidia GTX260 896 MB DDR3 by GIGABYTE N26OC-896H-B ::: RAM: DDR2 CORSAIR TWINX XMS2 DOMINATOR DHX 2x2GB 1066 MHz @ 1095 Mhz ::: HDD: WESTERN DIGITAL Caviar Black 640GB 7200Rpm 32MB cache ::: PSU: CORSAIR HX620 620W ::: DVD: Samsung SH-S223Q SATA BLACK ::: MONITOR: SAMSUNG T220 22" Crystal Rubine 2ms ::: CASE: Thermaltake Soprano RS 101 VG7000BWS ::: MOUSE: A4tech X710BK OSCAR 2000dpi ::: KEYBOARD: I-TEC :::
Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 04.07.07
Prihlásený: 04.08.10
Príspevky: 330
Témy: 59
Bydlisko: LC
Príspevok Napísal autor témyOffline : 12.01.2008 16:28

Čaw nenašiel som nikoho, iba jednu ale nepreložila to celé... Mohol by si skúsiť preložiť druhú časť ????


Offline

Zmazaný užívateľ
Zmazaný užívateľ
Obrázok užívateľa
Príspevok NapísalOffline : 19.01.2008 19:24

Kód:
// comment edit-delete function by Uber Geek - (http://threesixes.co.uk)
   'GALLERY_ADMIN_ONLY'            => 'NEMÁTE POVOLENIE NA PRÍSTUP K STRÁNKE !',
   'GALLERY_DELETE_MESSAGE'         => 'Ste si istý že chcete zmazať komentár ??',
      'GALLERY_COMMENT_DELETED'         => 'Komentár úspešne vymazaný.',
       'GALLERY_COMMENT_NOT_DELETED'         => 'Komentár NEBOL zmazaný !.',
   'GALLERY_COMMENT_EDITED'         => 'Váš komentár bol úspešne zmenený.',
   'GALLERY_COMMENT_NOT_EDITED'         => 'Váš komentár NEBOL zmenený !.',
   'GALLERY_NOT_AUTHORISED'         => 'Nemáte povolenie na pozeranie tejto sekcie.',
// end

    'GALLERY_COMMENT_IS_EMPTY'            => 'Váš komentár je prázdny',
    'GALLERY_RATE_THIS_PIC'               => 'Ohodnotte tento obrázok',
    'GALLERY_YOU_RATED'                  => 'Zahlasované',
    'GALLERY_INVALID_ALBUM_ID'            => 'Nesprávne ID albumu!',
    'GALLERY_FILE_UPLOADED'               => 'Súbor úspešne updatovaný !',
    'GALLERY_UPLOAD_TO'                  => 'Nahrať do',
    'GALLERY_PICTURE_TO_UPLOAD'            => 'Obrázok na nahranie',
    'GALLERY_PICTURE_TITLE'               => 'Nadpis obrázku',
    'GALLERY_PICTURE_DESCRIPTION'         => 'Popis obrázku',
    'GALLERY_ALLOWED_UPLOAD_FILETYPE'      => 'Môžete nahrať %s súborov',
    'GALLERY_MAX_FILESIZE'               => 'Max. veľkosť',
    'GALLERY_MAX_WIDTH'                  => 'Max. šírka',
    'GALLERY_PIXELS'                  => 'pixelov',
    'GALLERY_MAX_HEIGHT'               => 'Max. výška',
    'GALLERY_PERSONAL_ALBUM'            => 'Osobný album',
    'GALLERY_ALBUM_NAME'               => 'Názov albumu',
    'GALLERY_PICTURES'                  => 'Obrázky',
    'GALLERY_MEMBERS_GALLERY'            => 'Členova Galéria',
    'GALLERY_ALBUMS'                  => 'Albumy',
    'GALLERY_MEMBERS_GALLERY_DESCR'         => 'Táto galéria obsahuje osobný obsah členov !',
    'GALLERY_SUBALBUMS'                  => 'Podalbumy',
    'GALLERY_UPLOAD_REDIRECT_MSG'         => 'Klikni <a href="%s">sem</a> pre zobrazenie obrázku alebo <a href="%s">sem</a> pre nadradený album.',
    'GALLERY_ERROR_RESIZEING_PIC'         => 'Chyba zmenšovania súboru.',
    'GALLERY_REDIRECT_TO_INDEX_MSG'         => 'Klikni <a href="%s">sem</a> pre návrat na hlavnú stránku galérie.',
    'GALLERY_REDIRECT_TO_FORUM_MSG'         => 'Klikni <a href="%s">sem</a> pre návrat na hlavnú stránku fóra.',
    'GALLERY_REDIRECT_GO_BACK'            => 'Klikni <a href="%s">sem</a> pre krok späť.',
    'GALLERY_USER_PERSONAL_GALLERY'         => '%s osobný album',
    'GALLERY_USER_PERSONAL_GALLERY_LOCKED'   => '%s osobný album ( Len pre priateľov )',
    'GALLERY_PG_COMMENT'               => '1 komentár',
   'GALLERY_PG_COMMENTS'               => '%d komentárov',
    'GALLERY_PG_PICTURE'               => '1 obrázok',
   'GALLERY_PG_PICTURES'               => '%d obrázkov',
   'GALLERY_BBCODE_LINK'               => '[IMG] Kód:',
   'GALLERY_SHARE_LINK'               => 'Priamy link:',
   'GALLERY_VISIT_GALLERY'            =>   'Ukázať viac z tohto albumu',
   'REQUIRED_POSTS'            =>   'Galéria sa odomkne ak budete mať viac ako %s príspevkov',
   'AWAITING_APPROVAL'         =>   'COMMENT AWAITING MODERATOR APPROVAL',
   'MOD_APPROVE'            =>   'COMMENT NEEDS APPROVAL',

// UCP LANG DEFINITIONS
   
'UCP_GALLERY_PREFS_PERSONAL'         => 'Galéria - Osobné nastavenia',
'UCP_SHOW_GALLERY'            => 'Povoliť galériu len priateľom',
'UCP_ALLOW_GALLERY_COMMENTS'         => 'Povoliť užívateľom komentáre',
'UCP_GALLERY_COMMENT_APPROVAL'      => 'Require personal approval before comments are displayed',
'UCP_NO_OPTIONS'         => 'No control options are available for this feature.',
'GALLERY_PREFERENCES_UPDATED'         => 'Nastavenia upravené.',

// ACP LANG DEFINITIONS

'GALLERY_USER_SETTINGS_TITLE'            => 'Nastavenia Galérie',
'GALLERY_USER_SETTINGS_EXPLAIN'      => 'Nastavenia prístupových práv.',
'GALLERY_USER_SETTINGS'         => 'Užívateľské nastavenie',
'GALLERY_GUEST_SETTINGS_TITLE'         => 'Nastavenie galérie',
'GALLERY_GUEST_SETTINGS_EXPLAIN'      => 'user settings will automatically override these settings if neccesary.',
'GALLERY_GUEST_SETTINGS'      => 'Hosťovské nastavenie',
'GALLERY_ACCESS_COMMENTS'         => 'Nastavte minimálny počet príspevkov vo fóre pre zobrazenie galérie',
'GALLERY_ACCESS_COMMENTS_EXPLAIN'      => 'Minimálny počet príspevkov vo fóre pre zobrazenie galérie.',
'GALLERY_ACCESS_POSTS'            => 'Nastavte minimálny počet príspevkov vo fóre pre komentovanie',
'GALLERY_ACCESS_POSTS_EXPLAIN'      => 'Minimálny počet príspevkov vo fóre pre komentovanie.',
'GALLERY_APPROVAL_NEEDED'         => 'ALL Gallery comments require moderator approval',
'GALLERY_GUEST_ACCESS'            => 'Guests CAN access gallery',
'GALLERY_GUEST_ACCESS_EXPLAIN'      => 'Void if min post required',
'GALLERY_GUEST_POSTS'            => 'Guests CAN post comments',
'GALLERY_GUEST_POSTS_EXPLAIN'         => 'Void if min post required / guest access denied',
'GALLERY_GUEST_APPROVAL'         => 'Guest comments require moderator approval',
'GALLERY_GUEST_APPROVAL_EXPLAIN'      => 'Void if approve ALL is set',
'GALLERY_GUEST_UPLOAD'            => 'Guest CAN upload images to public albums',
'GALLERY_GUEST_UPLOAD_EXPLAIN'      => 'Void if previous settings do not allow',
'GALLERY_USER_UPLOAD'            => 'Members CAN upload images',
'GALLERY_USER_UPLOAD_EXPLAIN'         => 'Hides and locks upload page from non-admin users if set to NO',
'GALLERY_USER_DELETE_IMG'         => 'Members CAN delete images',
'GALLERY_USER_DELETE_IMG_EXPLAIN'      => 'Administrators can always delete images',
'GALLERY_USER_POSTS'            => 'Members CAN post comments',
'GALLERY_USER_POSTS_EXPLAIN'         => 'Hides comment box if set to YES',
'GALLERY_USER_EDIT_POSTS'         => 'Members CAN edit comments',
'GALLERY_USER_EDIT_POSTS_EXPLAIN'      => 'Members can edit their own comments if YES',
'GALLERY_USER_DELETE_POSTS'         => 'Members CAN delete comments',
'GALLERY_USER_DELETE_POSTS_EXPLAIN'      => 'Members can delete their own comments if YES',
'GALLERY_USER_MOVE_PICS'         => 'Members CAN move images to alternate albums',
'GALLERY_USER_MOVE_PICS_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',  //User can move images between public albims and their own albums
'GALLERY_USER_CREATE_SUB'         => 'Members CAN create sub-albums',
'GALLERY_USER_CREATE_SUB_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',
'GALLERY_USER_DELETE_SUB'         => 'Members CAN delete sub-albums',
'GALLERY_USER_DELETE_SUB_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',
'GALLERY_MAX_SUB'               => 'Set max sub-albums per user',
'GALLERY_MAX_SUB_EXPLAIN'         => '(NOT AVAILABLE IN THIS RELEASE)',
'GALLERY_USER_SET_APPROVAL'         => 'Members CAN approve comments',
'GALLERY_USER_SET_APPROVAL_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',  // Members CAN choose to approve comments made on their images

));

?>


Nieje preložených posledných pár riadkov, ale ja už nevládzem :)


Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 04.07.07
Prihlásený: 04.08.10
Príspevky: 330
Témy: 59
Bydlisko: LC
Príspevok Napísal autor témyOffline : 09.02.2008 23:19

Práve vyšla nová verzia galérie a je úplne pozmenený lang súbor. Prosím mohly by ste mi ho doprekladať ?

Kód:
<?php
/**
*
* @package TS Gallery
* @version $Id: gallery.php,v 0.1.1 2007/11/30 14:15:10 uber geek Exp $
* @copyright (c) 2007 threesixes.co.uk
* @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


$lang = array_merge($lang, array(

// This is the name of the gallery automatically created if or when a guest posts an image
   'GUEST_ALBUM_NAME'            => 'Otvoriť Galériu',

   'GALLERY_ACCESS_COMMENTS'         => 'Set minimum forum posts to access gallery',
   'GALLERY_ACCESS_COMMENTS_EXPLAIN'      => 'Number of forum posts required before gallery access is allowed.',
   'GALLERY_ACCESS_POSTS'            => 'Set minimum forum posts to comment in gallery',
   'GALLERY_ACCESS_POSTS_EXPLAIN'      => 'Number of forum posts required before allowed to  comment on gallery images.',
   'GALLERY_ADMIN_ONLY'            => 'YOU ARE NOT PERMITTED TO ACCESS THIS PAGE',
   'GALLERY_ALBUMS'               => 'Albums',
   'GALLERY_ALBUM_NAME'            => 'Album Name',
   'GALLERY_ALBUM_CACHE_EXPLAIN'         => 'Here you can manage your gallery cache.',
   'GALLERY_ALBUM_CACHE_TITLE'         => 'Gallery cache',
   'GALLERY_ALBUM_CREATE_EXPLAIN'      => 'Here you can create a new album for your gallery. You need to specify album parent, name and description.',
   'GALLERY_ALBUM_CREATE_TITLE'         => 'Create a new album',
   'GALLERY_ALBUM_CREATED_MSG'         => 'Album successfully created!',
   'GALLERY_ALBUM_DELETE_EXPLAIN'      => 'Here you can delete gallery albums and choose to delete or move to another album their content, if any. Please pay attention because a deleted album cannot be restored.',
   'GALLERY_ALBUM_DELETED_MSG'         => 'Album successfully deleted!',
   'GALLERY_ALBUM_LINK'            => 'View Members Album',
   'GALLERY_ALBUM_SETTINGS'         => 'Album settings',

       'GALLERY_ALBUM_UPDATED_MSG'         => 'Album successfully updated!',
   'GALLERY_ALBUM_UPDATED'            => 'Album Information successfully updated!',

   'GALLERY_ALLOW_BIGGER_IMAGES'         => 'Allow bigger images',
   'GALLERY_ALLOW_BIGGER_IMAGES_EXPLAIN'   => 'Allow users to upload images with a bigger resolution than specified above but resize it.',
   'GALLERY_ALLOW_GIF'            => 'Povoliť GIF',
   'GALLERY_ALLOW_JPEG'            => 'Povoliť JPEG',
   'GALLERY_ALLOW_PNG'            => 'Povoliť PNG',
   'GALLERY_ALLOWED_UPLOAD_FILETYPE'      => 'You can upload %s files',
   'GALLERY_ALREADY_RATED'            => 'You already rated this picture!',
   'GALLERY_APPROVAL_NEEDED'         => 'ALL Gallery comments require moderator approval',

   'GALLERY_BBCODE_LINK'            => '[IMG] CODE:',

   'GALLERY_CACHE_THUMBNAILS'         => 'Cache náhľadov',
   'GALLERY_CONTENT'               => 'Komentár',
   'GALLERY_COMMENTS_PER_PAGE'         => 'Komentárov na stranu',
   'GALLERY_COMMENTS_PER_PAGE_EXPLAIN'      => 'Sets the number of comments on a page to be showed on the view picture page.',
      'GALLERY_COMMENT_DELETED'         => 'Your comment has been successfully deleted.',
       'GALLERY_COMMENT_NOT_DELETED'         => 'Your comment has NOT been deleted.',
   'GALLERY_COMMENT_EDITED'         => 'Your comment has been successfully altered.',
   'GALLERY_COMMENT_NOT_EDITED'         => 'Your comment has NOT been altered.',
   'GALLERY_COMMENTS'            => 'Komentáre',
   'GALLERY_COMMENTS_LINK'            => 'Pozrieť detialy obrázka',
   'GALLERY_COMMENT_ADDED'            => 'Komentár pridaný.',
   'GALLERY_COMMENT_IS_EMPTY'         => 'Your comment is empty!',
   'GALLERY_CREATE_ALBUM_TITLE'         => 'Vytvoriť album',
   'GALLERY_CREATE_ALBUM_EXPLAIN'      => 'Enter the details for your new album',

   'GALLERY_DELETE'               => 'Zmazať',
   'GALLERY_DELETE_ALBUM'            => 'Vymazať album',
   'GALLERY_DELETE_IMAGE'            => 'Vymazať obrázok',
   'GALLERY_DELETE_ALBUM_CONFIRM'      => 'Are you sure you want to delete this album?',
   'GALLERY_DELETE_IMAGE_CONFIRM'      => 'Are you sure you want to delete this image?',
   'GALLERY_DELETE_ALBUM_CANCEL'         => 'The album was NOT deleted',
   'GALLERY_DELETE_IMAGE_CANCEL'         => 'The image was NOT deleted',
   'GALLERY_DESCRIPTION'            => 'Description',
   'GALLERY_DELETE_MESSAGE'         => 'Are you sure you want to delete this comment?',

   'GALLERY_EDIT'               => 'Edit',
   'GALLERY_EDIT_ALBUMS_TITLE'         => 'Edit album',
   'GALLERY_EDIT_ALBUMS_EXPLAIN'         => 'Here you can edit your albums details like name or description.',
   'GALLERY_ENABLE_WATERMARK'         => 'Enable Watermark',
   'GALLERY_ENABLE_WATERMARK_EXPLAIN'      => 'Main on/off switch for the watermark feature.',
   'GALLERY_ERROR_RESIZEING_PIC'         => 'Error resizeing picture.',

   'GALLERY_FILE_UPLOADED'            => 'File successfully uploaded!<br />CLICK <b><a href="%s">HERE</a><b> TO UPLOAD MORE IMAGES',
   'GALLERY_FILESIZE_ERROR'         => '<b>ERROR:</b> Image dimensions exceed maximum permitted size, <br /> Please resize the image or select an alternate image.',

   'GALLERY_GUEST_SETTINGS_TITLE'      => 'Gallery Settings',
   'GALLERY_GUEST_SETTINGS_EXPLAIN'      => 'user settings will automatically override these settings if neccesary.',
   'GALLERY_GUEST_SETTINGS'         => 'Guest Settings',
   'GALLERY_GUEST_ACCESS'            => 'Guests CAN access gallery',
   'GALLERY_GUEST_ACCESS_EXPLAIN'      => 'Void if min post required',
   'GALLERY_GUEST_POSTS'            => 'Guests CAN post comments',
   'GALLERY_GUEST_POSTS_EXPLAIN'         => 'Void if min post required / guest access denied',
   'GALLERY_GUEST_APPROVAL'         => 'Guest comments require moderator approval',
   'GALLERY_GUEST_APPROVAL_EXPLAIN'      => 'Void if approve ALL is set',
   'GALLERY_GUEST_UPLOAD'            => 'Guest CAN upload images to public albums',
   'GALLERY_GUEST_UPLOAD_EXPLAIN'      => 'Void if previous settings do not allow',
   'GALLERY_GENERAL_SETTINGS'         => 'General settings',

       'GALLERY_INVALID_ALBUM_ID_MSG'      => 'Invalid album id!',
   'GALLERY_INVALID_ALBUM_ID'         => 'Invalid album id!',

   'GALLERY_KEEP_ALBUM_CONTENT'         => 'Move album contents to main album',

   'GALLERY_LIGHTBOX'            => 'Enable lightbox support when viewing full size image',
   'GALLERY_LOCKED'            => 'Password Protected',

   'GALLERY_MENU'               => 'Menu',
   'GALLERY_MENU_MYALBUM'            => 'Môj Album',
   'GALLERY_MENU_HOT'            => 'Obľúbené',
   'GALLERY_MENU_RECENT'            => 'Nedávno pridané',
   'GALLERY_MENU_VIEWS'            => 'Zobrazenia',
   'GALLERY_MENU_UPLOAD'            => 'Nahrať',
   'GALLERY_MENU_MANAGER'            => 'Manage Albums',
       'GALLERY_MISSING_ALBUM_ID_MSG'      => 'Album ID was not specified!',
   'GALLERY_MAX_FILESIZE'            => 'Maximálna veľkosť súboru',
   'GALLERY_MAX_IMAGE_WIDTH'         => 'Maximálna šírka obrázku',
   'GALLERY_MAX_IMAGE_HEIGHT'         => 'Maximálna výška obrázku',
       'GALLERY_MANAGE_ALBUMS_TITLE'         => 'Spravovať albumy',
   'GALLERY_MANAGER'               => 'Gallery Manager',
   'GALLERY_MANAGE_ALBUMS_EXPLAIN'      => 'Here you can manage your gallery albums, change position, edit or delete them.',
       'GALLERY_MANAGE_SUBALBUMS_TITLE'      => 'Manage sub-albums',
   'GALLERY_MANAGE_SUBALBUMS_EXPLAIN'      => 'You can create and manage up to <b>%s</b> sub-albums.',
   'GALLERY_MAX_SUB'               => 'Max sub-albums',
   'GALLERY_MAX_SUB_EXPLAIN'         => 'Set the number of sub-albums per member',
   'GALLERY_MOVE_TO'               => 'Move to',
   'GALLERY_MOVE_UP'               => 'Move up',
   'GALLERY_MOVE_DOWN'            => 'Move down',
   'GALLERY_MULTI_USER'            => 'Multi-user Albums',
   'GALLERY_MUT_BE_REG'            => 'You must be registered to be able to post comments or to rate pictures!',
   'GALLERY_MOST_RECENT_PICS'         => 'Most recent pictures',
   'GALLERY_MOST_HOT_PICS'            => 'Highest rated pictures',
   'GALLERY_MOST_VIEWED_PICS'         => 'Most viewed pictures',
   'GALLERY_MAX_FILESIZE'            => 'Max filesize',
   'GALLERY_MAX_WIDTH'            => 'Max picture width',
   'GALLERY_MAX_HEIGHT'            => 'Max picture height',
   'GALLERY_MEMBERS_GALLERY'         => 'Member\'s Gallery',
   'GALLERY_MEMBERS_GALLERY_DESCR'      => 'This gallery contains members personal albums.',
   'GALLERY_MORE_SMILIES'            => 'View more smilies',

   'GALLERY_NAME'               => 'Name',
   'GALLERY_NOT_RATED'            => 'Not rated',
   'GALLERY_NO_IMAGES'            => 'This album does not contain any images, click <a href="%s">here</a> to return to previous page.',
   'GALLERY_NOT_AUTHORISED'         => 'You are not authorised to view this section.',
   'GALLERY_NOT_RATED'            => 'Not rated',
   'GALLERY_NEW_SUBALBUM'            => 'CREATE NEW SUB-ALBUM',


   'GALLERY_CURRENT_PASSWORD'         => 'Enter Current Password',
   'GALLERY_CURRENT_PASSWORD_EXPLAIN'      => '(only needed if changing password)',
   'GALLERY_NEW_PASSWORD'            => 'New password<br />(leave blank if no password required)',
   'GALLERY_PASSWORD_TITLE'         => 'Password Protected Albums',
   'GALLERY_PASSWORD_INFO'            => 'The creator of this album has used a password to protect it\'s content, If you know the password please enter it now.<br /><b>Note:</b> after you have entered the correct password you will NOT be asked to enter the password again unless the album creator wishes you to.',
   'GALLERY_PASSWORD_CONFIRM'         => 'Confirm new password',
   'GALLERY_PASSWORD_LOGIN'         => 'THIS ALBUM IS PASSWORD PROTECTED<br />If you know the password and would like to view this album please Click <a href="%s">here</a> to login to the forum.<br />',
   'GALLERY_PASSWORD_ERROR_NEW'         => 'New Password Confirmation failed',
   'GALLERY_PASSWORD_CHECK_PROGRESS'      => 'Please Wait while we verify your details',
   'GALLERY_PASSWORD_CHECK_ALBUM'         => 'Please Wait while we gather the album information.',
   'GALLERY_PASSWORD_ERROR_CURRENT'      => 'The password you entered did not match the existing password.',
   'GALLERY_PASSWORD_ERROR_ACCESS'         => '<b>ERROR:</b> You do not have the necesary permissions needed to alter this setting, <br /> Please contact the site Administrator for assistance.',


   'GALLERY_PICS_PER_PAGE'            => 'Pictures per page',
   'GALLERY_PICS_PER_PAGE_EXPLAIN'      => 'Sets the number of thumbnail pictures per page. (multiple of 5 is preferred)',
   'GALLERY_ALBUMS_PER_PAGE'         => 'Albums per page',
   'GALLERY_ALBUMS_PER_PAGE_EXPLAIN'      => 'Sets the number of Albums listed on each page. (multiple of 5 is preferred)',
   'GALLERY_POST_BY_AUTHOR'         => 'by',
   'GALLERY_PARENT'               => 'Parent',
   'GALLERY_PIC_ID_NOT_FOUND'         => 'Picture ID not found',
   'GALLERY_PREFERENCES_UPDATED'         => 'Your gallery preferences have been updated.',
   'GALLERY_PICTURE_TO_UPLOAD'         => 'Picture to upload',
   'GALLERY_PICTURE_TITLE'            => 'Picture title',
   'GALLERY_PICTURE_DESCRIPTION'         => 'Picture description',
   'GALLERY_PG_COMMENT'            => '1 comment',
   'GALLERY_PG_COMMENTS'            => '%d comments',
   'GALLERY_PG_PICTURE'            => '1 picture',
   'GALLERY_PG_PICTURES'            => '%d pictures',
   'GALLERY_PG_ALBUM'            => '1 album',
   'GALLERY_PG_ALBUMS'            => '%d albums',
   'GALLERY_PIXELS'               => 'pixels',
   'GALLERY_PERSONAL_ALBUM'         => 'Personal Album',
   'GALLERY_PICTURES'            => 'Pictures',

   'GALLERY_RATING'               => 'Rating',
   'GALLERY_RATING_ADDED'            => 'Your rating has been added.',
   'GALLERY_RATE_THIS_PIC'            => 'Rate this picture',
   'GALLERY_REDIRECT_TO_INDEX_MSG'      => 'Click <a href="%s">here</a> to go to Gallery index.',
   'GALLERY_REDIRECT_TO_FORUM_MSG'      => 'Click <a href="%s">here</a> to go to Forum index.',
   'GALLERY_REDIRECT_TO_GALLERY_MSG'      => 'Click <a href="%s">here</a> to go to Gallery menu.',
   'GALLERY_REDIRECT_GO_BACK'         => 'Click <a href="%s">here</a> to go back.',

   'GALLERY_SETTINGS_UPDATED_MSG'      => 'Your settings have been successfully updated!',
   'GALLERY_SETTINGS_TITLE'         => 'Gallery Settings',
   'GALLERY_SETTINGS_EXPLAIN'         => 'Here you can change your gallery settings. These settings will affect all your albums.',
   'GALLERY_SIZE'               => 'Size',
   'GALLERY_SUBALBUM_NAME'            => 'Sub-album name:',
   'GALLERY_SUBALBUM_DESC'            => 'Sub-album description:',
   'GALLERY_SUBALBUMS'            => 'Sub-albums',
   'GALLERY_SHARE_LINK'            => 'DIRECT LINK:',

   'GALLERY_THUMBNAIL_QUALITY'         => 'Kvalita náhľadu',
   'GALLERY_THUMBS_PER_ROW'         => 'Thumbnails per row',
   'GALLERY_THUMBS_PER_ROW_EXPLAIN'      => 'Sets the number of thumbnail pictures per row. (This value MUST be divisible by the value above)',
   'GALLERY_THUMBNAIL_DETAILS'         => 'Thumbnail image details',
   'GALLERY_THUMBNAIL_DETAILS_EXPLAIN'      => 'Displays image details below thumbnail previews if yes',

   'GALLERY_TITLE'               => 'Foto Galéria',
   'GALLERY_TITLE_REQUIRED'         => 'Image title required',
   'GALLERY_TITLE_REQUIRED_EXPLAIN'      => 'Title field must be completed on upload if YES',

   'GALLERY_UPLOADED_BY'            => 'Uploaded by',
   'GALLERY_UPLOADED_ON_DATE'         => 'On',
   'GALLERY_UPLOAD_REDIRECT_MSG'         => 'Click <a href="%s">here</a> to view your picture or click <a href="%s">here</a> to view the entire album.',
   'GALLERY_USER_SETTINGS_TITLE'         => 'Gallery Settings',
   'GALLERY_USER_PERSONAL_GALLERY'      => '%s\'s personal album',
   'GALLERY_USER_PERSONAL_GALLERY_LOCKED'   => '%s\'s personal album ( Friends Only )',
   'GALLERY_USER_SETTINGS_EXPLAIN'      => 'These settings form the main access permissions for your gallery.',
   'GALLERY_USER_SETTINGS'            => 'User Settings',
   'GALLERY_USER_UPLOAD'            => 'Members CAN upload images',
   'GALLERY_USER_UPLOAD_EXPLAIN'         => 'Hides and locks upload page from non-admin users if set to NO',

   'GALLERY_USER_UPLOAD_TO'         => 'Members CAN upload to various albums',
   'GALLERY_USER_UPLOAD_TO_EXPLAIN'      => 'Hides "upload to" field if set to NO',
   'GALLERY_USER_DELETE_IMG'         => 'Members CAN delete images',
   'GALLERY_USER_DELETE_IMG_EXPLAIN'      => 'Administrators can always delete images',
   'GALLERY_USER_POSTS'            => 'Members CAN post comments',
   'GALLERY_USER_POSTS_EXPLAIN'         => 'Hides comment box if set to NO',
   'GALLERY_USER_EDIT_POSTS'         => 'Members CAN edit comments',
   'GALLERY_USER_EDIT_POSTS_EXPLAIN'      => 'Members can edit their own comments if YES',
   'GALLERY_USER_DELETE_POSTS'         => 'Members CAN delete comments',
   'GALLERY_USER_DELETE_POSTS_EXPLAIN'      => 'Members can delete their own comments if YES',
   'GALLERY_USER_MOVE_PICS'         => 'Members CAN move images to alternate albums',
   'GALLERY_USER_MOVE_PICS_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',  //Users can move images between public albums and their own albums
   'GALLERY_USER_CREATE_SUB'         => 'Members CAN create sub-albums',
   'GALLERY_USER_CREATE_SUB_EXPLAIN'      => 'Allow members to create sub-albums',
   'GALLERY_USER_DELETE_SUB'         => 'Members CAN delete sub-albums',
   'GALLERY_USER_DELETE_SUB_EXPLAIN'      => 'Allow members to delete sub-albums',
   'GALLERY_USER_SET_APPROVAL'         => 'Members CAN approve comments',
   'GALLERY_USER_SET_APPROVAL_EXPLAIN'      => '(NOT AVAILABLE IN THIS RELEASE)',  // Members CAN choose to approve comments made on their images
   'GALLERY_UPLOAD_TO'            => 'Upload to',

   'GALLERY_VIEWS'               => 'Views',
   'GALLERY_VISIT_GALLERY'            => 'See more from this album',

   'GALLERY_WATERMARK_SETTINGS'         => 'Watermark Settings',
   'GALLERY_WATERMARK_SETTINGS_EXPLAIN'   => 'Add watermark to uploaded images.',
   'GALLERY_WATERMARK_SETTINGS_TITLE'      => 'Gallery watermark settings',
   'GALLERY_WATERMARK_TYPE'         => 'Watermark type',
   'GALLERY_WATERMARK_TYPE_EXPLAIN'      => 'Select either image or text before altering settings below.',
   'GALLERY_WATERMARK_POSITION'         => 'Watermark position',
   'GALLERY_WATERMARK_POSITION_EXPLAIN'   => 'The position where the watermark is inserted on the final image',
   'GALLERY_WATERMARK_TEXT'         => 'Watermark text',
   'GALLERY_WATERMARK_TEXT_EXPLAIN'      => 'Type your watermark text here (if applicable)',
   'GALLERY_WATERMARK_TEXT_COLOR'      => 'Watermark text color',
   'GALLERY_WATERMARK_TEXT_COLOR_EXPLAIN'   => 'Use <b>ONLY</b> valid html color codes',
   'GALLERY_WATERMARK_IMAGE'         => 'Watermark image',
   'GALLERY_WATERMARK_IMAGE_EXPLAIN'      => 'Location of image relative to forum root (if applicable)',

   'GALLERY_YOU_RATED'            => 'You rated',

   'AWAITING_APPROVAL'            => 'COMMENT AWAITING MODERATOR APPROVAL',

   'TEXT'               => 'Text',

   'MOD_APPROVE'               => 'THIS COMMENT NEEDS YOUR APPROVAL',

   'REQUIRED_POSTS'               => 'The Gallery will be unlocked after you have posted %s more message',

   'UCP_GALLERY_PREFS_PERSONAL'         => 'Gallery - Personal Preferences',
   'UCP_SHOW_GALLERY'            => 'Restrict gallery access to friends only',
   'UCP_ALLOW_GALLERY_COMMENTS'         => 'Allow members to comment on your images',
   'UCP_GALLERY_COMMENT_APPROVAL'      => 'Require personal approval before comments are displayed',
   'UCP_NO_OPTIONS'               => 'No control options are available for this feature.',
   
));

?>


Odpovedať na tému [ Príspevkov: 9 ] 


Podobné témy

 Témy  Odpovede  Zobrazenia  Posledný príspevok 
V tomto fóre nie sú ďalšie neprečítané témy. potrebujem preložiť FAP mod

v Redakčné systémy

15

2370

14.12.2007 23:14

jukel Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Ako prelozit vistu?

v Operačné systémy Microsoft

10

471

20.04.2009 8:56

shiro Zobrazenie posledných príspevkov

Táto téma je zamknutá, nemôžete posielať nové príspevky alebo odpovedať na staršie. Ako prelozit hru street fighter 4

v Počítačové hry

1

459

15.01.2010 13:19

ac.milan Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Chci přeložit hru, jak na to

v Počítačové hry

11

2065

26.09.2008 9:48

Sup Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. H: Sapphire HD4850 Dual-Slot (pencil-mod, v-mod)

v Modifikácie, návody a projekty

0

1859

18.01.2009 18:57

Vladio Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Orange & Black mod - mod by borec

v Modifikácie, návody a projekty

16

3141

07.08.2008 22:49

Orses Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Ako prelozit nejaky program do ineho jazyka - utility &

v Ostatné programy

4

1614

15.02.2006 21:58

Harlequin Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Photo Gallery

v Operačné systémy Microsoft

6

583

28.06.2008 17:29

dedko45 Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Pomoc - gallery

v Redakčné systémy

1

1191

24.05.2006 17:32

johny128 Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. l0vel gallery

v Webdesign

10

697

10.03.2009 5:46

lio Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Gallery 2

v Redakčné systémy

0

821

02.12.2008 13:13

suttik Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Gallery 2

v Redakčné systémy

1

746

22.03.2008 11:15

Numline1 Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Hľadam soft ktorý dokáže súvisle preložiť vetu z SK do ANG

v Ostatné programy

7

3924

16.03.2009 21:20

shiro Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Airmoon's gallery

v Webdesign

29

2805

01.02.2011 12:07

aikon Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. spojazdenie js gallery

v JavaScript, VBScript, Ajax

5

561

03.05.2010 21:41

shaggy Zobrazenie posledných príspevkov

V tomto fóre nie sú ďalšie neprečítané témy. Phoca Gallery - ShadowBox

v Redakčné systémy

0

347

07.03.2013 14:23

GIGN1987 Zobrazenie posledných príspevkov


Nemôžete zakladať nové témy v tomto fóre
Nemôžete odpovedať na témy v tomto fóre
Nemôžete upravovať svoje príspevky v tomto fóre
Nemôžete mazať svoje príspevky v tomto fóre

Skočiť na:  

Powered by phpBB Jarvis © 2005 - 2024 PCforum, webhosting by WebSupport, secured by GeoTrust, edited by JanoF
Ako väčšina webových stránok aj my používame cookies. Zotrvaním na webovej stránke súhlasíte, že ich môžeme používať.
Všeobecné podmienky, spracovanie osobných údajov a pravidlá fóra