Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
// ------------------------------------------------------------------------- //
3
// Coppermine Photo Gallery 1.3.0                                            //
4
// ------------------------------------------------------------------------- //
5
// Copyright (C) 2002-2004 Gregory DEMAR                                     //
6
// http://www.chezgreg.net/coppermine/                                       //
7
// ------------------------------------------------------------------------- //
8
// Updated by the Coppermine Dev Team                                        //
9
// (http://coppermine.sf.net/team/)                                          //
10
// see /docs/credits.html for details                                        //
11
// ------------------------------------------------------------------------- //
12
// This program is free software; you can redistribute it and/or modify      //
13
// it under the terms of the GNU General Public License as published by      //
14
// the Free Software Foundation; either version 2 of the License, or         //
15
// (at your option) any later version.                                       //
16
// ------------------------------------------------------------------------- //
17
// ENCODING CHECK; SHOULD BE YEN BETA MU: ¥ ß µ
18
// ------------------------------------------------------------------------- //
19
// $Id: latvian-utf-8.php,v 1.12 2005/01/01 11:55:34 chtito Exp $
20
// ------------------------------------------------------------------------- //
21
 
22
// info about translators and translated language
23
$lang_translation_info = array(
24
'lang_name_english' => 'Latvian',  //the name of your language in English, e.g. 'Greek' or 'Spanish'
25
'lang_name_native' => 'Latviski', //the name of your language in your mother tongue (for non-latin alphabets, use unicode), e.g. '&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940;' or 'Espa&ntilde;ol'
26
'lang_country_code' => 'lv', //the two-letter code for the country your language is most-often spoken (refer to http://www.iana.org/cctld/cctld-whois.htm), e.g. 'gr' or 'es'
27
'trans_name'=> 'Kaspars Priedols', //the name of the translator - can be a nickname
28
'trans_email' => 'kaspars.priedols@gmail.com', //translator's email address (optional)
29
'trans_website' => 'http://foto.tvertne.nu/', //translator's website (optional) //.lv ONLY
30
'trans_date' => '2004-11-06', //the date the translation was created / last modified
31
);
32
 
33
$lang_charset = 'utf-8';
34
$lang_text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
35
 
36
// shortcuts for Byte, Kilo, Mega
37
$lang_byte_units = array('B', 'KB', 'MB');
38
 
39
// Day of weeks and months
40
$lang_day_of_week = array('Sv', 'Pr', 'Ot', 'Tr', 'Ct', 'Pt', 'Ss');
41
$lang_month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jûn', 'Jûl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
42
 
43
// Some common strings
44
$lang_yes = 'Jâ';
45
$lang_no  = 'Nį';
46
$lang_back = 'ATGRIEZTIES';
47
$lang_continue = 'TURPINÂT';
48
$lang_info = 'Informâcija';
49
$lang_error = 'Kīûda';
50
 
51
// The various date formats
52
// See http://www.php.net/manual/en/function.strftime.php to define the variable below
53
$album_date_fmt = '%d/%m/%Y %H:%M';
54
$lastcom_date_fmt = '%d/%m/%Y %H:%M';
55
$lastup_date_fmt = '%d/%m/%Y %H:%M';
56
$register_date_fmt = '%d/%m/%Y %H:%M';
57
$lasthit_date_fmt = '%d/%m/%Y %H:%M';
58
$comment_date_fmt = '%d/%m/%Y %H:%M';
59
 
60
 
61
// For the word censor
62
$lang_bad_words = array('*fuck*', 'asshole', 'assramer', 'bitch*', 'c0ck', 'clits', 'Cock', 'cum', 'cunt*', 'dago', 'daygo', 'dego', 'dick*', 'dildo', 'fanculo', 'feces', 'foreskin', 'Fu\(*', 'fuk*', 'honkey', 'hore', 'injun', 'kike', 'lesbo', 'masturbat*', 'motherfucker', 'nazis', 'nigger*', 'nutsack', 'penis', 'phuck', 'poop', 'pussy', 'scrotum', 'shit', 'slut', 'titties', 'titty', 'twaty', 'wank*', 'whore', 'wop*', 'pimp*', 'peū*', 'pipel*', 'bīaė*', 'nahu*', 'pist*', 'pisien*', 'mirl*', 'sûd*', 'bled', 'blad', 'pizde*', 'mauka', 'maucî*', 'ânus*', 'kaka', 'sûkâ');
63
 
64
$lang_meta_album_names = array(
65
    'random' => 'Izlases veida attįli',
66
    'lastup' => 'Jaunâkie papildinâjumi',
67
    'lastalb'=> 'Pįdįjie atjaunotie albumi', //new in cpg1.2.0
68
    'lastcom' => 'Jaunâkie komentâri',
69
    'topn' => 'Skatîtâkie',
70
    'toprated' => 'Vispopulârâkie',
71
    'lasthits' => 'Pįdįjie skatîtie',
72
    'search' => 'Meklįđanas rezultâti', //new in cpg1.2.0
73
    'favpics'=> 'Attįlu favorîti' //new in cpg1.2.0
74
);
75
 
76
$lang_errors = array(
77
        'access_denied' => 'Tev nav pieejas tiesîbu đai lapai.',
78
        'perm_denied' => 'Tev nav tiesîbu veikt đâdu darbîbu.',
79
        'param_missing' => 'Tika izsaukta komanda bez parametriem.',
80
        'non_exist_ap' => 'Izvįlįtais albums/attįls neeksistį!',
81
        'quota_exceeded' => 'Nav vietas uz diska.<br /><br />Tev ir pieđíirts ierobeūojums [quota]K, bet pađlaik jau aizōemti [space]K, tâpįc đî attįla pievienođana nav ieteicama (tiks pârsniegts ierobeūojums).',
82
        'gd_file_type_err' => 'Izmantojot GD attįlu bibliotįku, atīauts izmantot tikai JPEG un PNG formâtus.',
83
        'invalid_image' => 'Attįls bojâts vai arî sistįmas GD attįlu bibliotįka nespįj to atkodįt.',
84
        'resize_failed' => 'Nav iespįjams izveidot mazo attįlu vai izmainît tâ izmįrus.',
85
        'no_img_to_display' => 'Nav attįla',
86
        'non_exist_cat' => 'Izvįlįtâ sadaīa neeksistį',
87
        'orphan_cat' => 'Đai apakđsadaīai nav sadaīas, kam tâ piederįtu, lûdzu izmanto sadaīu menedūeri, lai atrisinâtu problįmu.',
88
        'directory_ro' => 'Direktorijâ \'%s\' nav atīauts rakstît, tâpįc attįlus nav iespįjams izdzįst.',
89
        'non_exist_comment' => 'Izvįlįtais komentârs neeksistį.',
90
        'pic_in_invalid_album' => 'Attįls atrodas neeksistįjođâ albumâ (%s)!?', //new in cpg1.2.0
91
        'banned' => 'Pieeja foto galerijai aizliegta.', //new in cpg1.2.0
92
        'not_with_udb' => 'Đî iespįja ir atslįgta, jo tai jâbût integrįtai kopâ ar foruma programmatûru. Trûkst attiecîgâs konfigurâcijas, vai nepiecieđams uzinstalįt forumu.', //new in cpg1.2.0
93
        'offline_title' => 'Paziōojums', //cpg1.3.0
94
        'offline_text' => 'Pađlaik notiek tehniski uzlabojumi - ienâc vįlâk', //cpg1.3.0
95
        'ecards_empty' => 'E-karđu sistįma nav aktivizįta!', //cpg1.3.0
96
        'action_failed' => 'Operâcija pârtraukta, jo notikusi kīûda.', //cpg1.3.0
97
        'no_zip' => 'Kompresįđana ZIP formâtâ nav pieejama.', //cpg1.3.0
98
        'zip_type' => 'Nav atīaujas pievienot ZIP formâta failus.', //cpg1.3.0
99
 
100
);
101
 
102
$lang_bbcode_help = 'Teksta formatįđanai atīauts izmantot: <li>[b]<b>trekni</b>[/b]</li> <li>[i]<i>slîpi</i>[/i]</li> <li>[url=http://adrese.com/]Norâdes teksts[/url]</li> <li>[email]vards@adrese.com[/email]</li>'; //cpg1.3.0
103
 
104
// ------------------------------------------------------------------------- //
105
// File theme.php
106
// ------------------------------------------------------------------------- //
107
 
108
$lang_main_menu = array(
109
    'alb_list_title' => 'Uz albumu sarakstu',
110
    'alb_list_lnk' => 'Albumu saraksts',
111
    'my_gal_title' => 'Uz manu galeriju',
112
    'my_gal_lnk' => 'Mana galerija',
113
    'my_prof_lnk' => 'My profails',
114
    'adm_mode_title' => 'Pârslįgties Administratora reūîmâ',
115
    'adm_mode_lnk' => 'Administratora reūîms',
116
    'usr_mode_title' => 'Pârslįgties lietotâja reūîmâ',
117
    'usr_mode_lnk' => 'Lietotâja reūîms',
118
    'upload_pic_title' => 'Ielikt attįlu albumâ',
119
    'upload_pic_lnk' => 'Pievienot attįlu',
120
    'register_title' => 'Izveidot kontu',
121
    'register_lnk' => 'Reėistrįties',
122
    'login_lnk' => 'Pieslįgties',
123
    'logout_lnk' => 'Beigt darbu',
124
    'lastup_lnk' => 'Jaunâkie attįli',
125
    'lastcom_lnk' => 'Jaunâkie komentâri',
126
    'topn_lnk' => 'Skatîtâkie attįli',
127
    'toprated_lnk' => 'Vispopulârâkie',
128
    'search_lnk' => 'Meklįt',
129
    'fav_lnk' => 'Favorîti', //new in cpg1.2.0
130
  'memberlist_title' => 'Visi dalîbnieki', //cpg1.3.0
131
  'memberlist_lnk' => 'Dalîbnieku saraksts', //cpg1.3.0
132
  'faq_title' => 'Bieūâk uzdotie jautâjumi par &quot;Coppermine&quot;', //cpg1.3.0
133
  'faq_lnk' => 'FAQ', //cpg1.3.0
134
);
135
 
136
$lang_gallery_admin_menu = array(
137
    'upl_app_lnk' => 'Apstiprinât',
138
    'config_lnk' => 'Konfigurįt',
139
    'albums_lnk' => 'Albumi',
140
    'categories_lnk' => 'Sadaīas',
141
    'users_lnk' => 'Lietotâji',
142
    'groups_lnk' => 'Grupas',
143
    'comments_lnk' => 'Komentâri',
144
    'searchnew_lnk' => 'Attįlu grupas...',
145
    'util_lnk' => 'Mainît attįla izmįrus', //new in cpg1.2.0
146
    'ban_lnk' => 'Aiziegt piekīuvi', //new in cpg1.2.0
147
        'db_ecard_lnk' => 'E-kartes', //cpg1.3.0
148
);
149
 
150
$lang_user_admin_menu = array(
151
    'albmgr_lnk' => 'Izveidot manu albumu',
152
    'modifyalb_lnk' => 'Mainît manu albumu',
153
    'my_prof_lnk' => 'Profails',
154
);
155
 
156
$lang_cat_list = array(
157
    'category' => 'Sadaīas',
158
    'albums' => 'Albumi',
159
    'pictures' => 'Attįli',
160
);
161
 
162
$lang_album_list = array(
163
    'album_on_page' => '%d albums(-i) %d lapâ(s)'
164
);
165
 
166
$lang_thumb_view = array(
167
    'date' => 'LAIKS',
168
    //Sort by filename and title
169
    'name' => 'NOSAUKUMS', //new in cpg1.2.0
170
    'title' => 'VIRSRAKSTS', //new in cpg1.2.0
171
    'sort_da' => 'pįc datuma augođi',
172
    'sort_dd' => 'pįc datuma dilstođi',
173
    'sort_na' => 'pįc nosaukuma augođi',
174
    'sort_nd' => 'pįc nosaukuma dilstođi',
175
    'sort_ta' => 'pįc virsraksta augođi', //new in cpg1.2.0
176
    'pic_on_page' => '%d attįls(-i) %d lapâ(s)',
177
    'user_on_page' => '%d dalîbnieks(-i) %d lapâ(s)'
178
);
179
 
180
$lang_img_nav_bar = array(
181
    'thumb_title' => 'Atgriezties uz attįlu indeksu',
182
    'pic_info_title' => 'Râdît/paslįpt informâciju par attįlu',
183
    'slideshow_title' => 'Slaidđovs',
184
    'ecard_title' => 'Sûtît kâ e-kartiōu',
185
    'ecard_disabled' => 'e-kartiōu sûtîđana atslįgta',
186
    'ecard_disabled_msg' => 'Tev nav pietiekamu tiesîbu, lai sûtîtu e-kartiōas',
187
    'prev_title' => 'Iepriekđįjais attįls',
188
    'next_title' => 'Nâkamais attįls',
189
    'pic_pos' => 'ATTĮLS %s/%s',
190
);
191
 
192
$lang_rate_pic = array(
193
    'rate_this_pic' => 'Novįrtįt ',
194
    'no_votes' => '(novįrtįjuma nav)',
195
    'rating' => '(novįrtįjums: %s balsis no 5 (balsots %s reizi(-es))',
196
    'rubbish' => 'Mįsls',
197
    'poor' => 'Vâji',
198
    'fair' => 'Viduvįji',
199
    'good' => 'Labi',
200
    'excellent' => 'Teicami',
201
    'great' => 'Lieliski',
202
);
203
 
204
// ------------------------------------------------------------------------- //
205
// File include/exif.inc.php
206
// ------------------------------------------------------------------------- //
207
 
208
// void
209
 
210
// ------------------------------------------------------------------------- //
211
// File include/functions.inc.php
212
// ------------------------------------------------------------------------- //
213
 
214
$lang_cpg_die = array(
215
    INFORMATION => $lang_info,
216
    ERROR => $lang_error,
217
    CRITICAL_ERROR => 'Kritiska kīûda',
218
    'file' => 'Fails: ',
219
    'line' => 'Rinda: ',
220
);
221
 
222
$lang_display_thumbnails = array(
223
    'filename' => 'Nosaukums : ',
224
    'filesize' => 'Lielums : ',
225
    'dimensions' => 'Izmįrs : ',
226
    'date_added' => 'Pievienots : '
227
);
228
 
229
$lang_get_pic_data = array(
230
    'n_comments' => 'komentâri: <b>%s</b>',
231
    'n_views' => 'skatîjumi: <b>%s</b>',
232
    'n_votes' => 'vįrtįjumi: <b>%s</b>'
233
);
234
 
235
$lang_cpg_debug_output = array(
236
  'debug_info' => 'Debug Info', //cpg1.3.0
237
  'select_all' => 'Select All', //cpg1.3.0
238
  'copy_and_paste_instructions' => 'If you\'re going to request help on the coppermine support board, copy-and-paste this debug output into your posting. Make sure to replace any passwords from the query with *** before posting.', //cpg1.3.0
239
  'phpinfo' => 'display phpinfo', //cpg1.3.0
240
);
241
 
242
$lang_language_selection = array(
243
  'reset_language' => 'Valoda pįc noklusįđanas', //cpg1.3.0
244
  'choose_language' => 'Izvįlies valodu', //cpg1.3.0
245
);
246
 
247
$lang_theme_selection = array(
248
  'reset_theme' => 'Tįma pįc noklusįđanas', //cpg1.3.0
249
  'choose_theme' => 'Izvįlies tįmu', //cpg1.3.0
250
);
251
 
252
// ------------------------------------------------------------------------- //
253
// File include/init.inc.php
254
// ------------------------------------------------------------------------- //
255
 
256
// void
257
 
258
// ------------------------------------------------------------------------- //
259
// File include/picmgmt.inc.php
260
// ------------------------------------------------------------------------- //
261
 
262
// void
263
 
264
// ------------------------------------------------------------------------- //
265
// File include/smilies.inc.php
266
// ------------------------------------------------------------------------- //
267
 
268
if (defined('SMILIES_PHP')) $lang_smilies_inc_php = array(
269
        'Exclamation' => 'Exclamation',
270
        'Question' => 'Question',
271
        'Very Happy' => 'Very Happy',
272
        'Smile' => 'Smile',
273
        'Sad' => 'Sad',
274
        'Surprised' => 'Surprised',
275
        'Shocked' => 'Shocked',
276
        'Confused' => 'Confused',
277
        'Cool' => 'Cool',
278
        'Laughing' => 'Laughing',
279
        'Mad' => 'Mad',
280
        'Razz' => 'Razz',
281
        'Embarassed' => 'Embarassed',
282
        'Crying or Very sad' => 'Crying or Very sad',
283
        'Evil or Very Mad' => 'Evil or Very Mad',
284
        'Twisted Evil' => 'Twisted Evil',
285
        'Rolling Eyes' => 'Rolling Eyes',
286
        'Wink' => 'Wink',
287
        'Idea' => 'Idea',
288
        'Arrow' => 'Arrow',
289
        'Neutral' => 'Neutral',
290
        'Mr. Green' => 'Mr. Green',
291
);
292
 
293
// ------------------------------------------------------------------------- //
294
// File addpic.php
295
// ------------------------------------------------------------------------- //
296
 
297
// void
298
 
299
// ------------------------------------------------------------------------- //
300
// File admin.php
301
// ------------------------------------------------------------------------- //
302
 
303
if (defined('ADMIN_PHP')) $lang_admin_php = array(
304
 
305
    1 => 'Uz administrįđanas reūîmu...',
306
);
307
 
308
// ------------------------------------------------------------------------- //
309
// File albmgr.php
310
// ------------------------------------------------------------------------- //
311
 
312
if (defined('ALBMGR_PHP')) $lang_albmgr_php = array(
313
    'alb_need_name' => 'Kâ sauksim albumu?',
314
    'confirm_modifs' => 'Apstiprinât veiktâs izmaiōas?',
315
    'no_change' => 'Nekas nav mainîts!',
316
    'new_album' => 'Jauns albums',
317
    'confirm_delete1' => 'Tieđâm dzįst đo albumu?',
318
    'confirm_delete2' => '\nVisi attįli un komentâri tajâ tiks izdzįsti!',
319
    'select_first' => 'Vispirms jâizvįlas albumu',
320
    'alb_mrg' => 'Albumu menedūeris',
321
    'my_gallery' => '* Mana galerija *',
322
    'no_category' => '* Mana sadaīa *',
323
    'delete' => 'Dzįst',
324
    'new' => 'Jauns',
325
    'apply_modifs' => 'Apstiprinât izmaiōas',
326
    'select_category' => 'Izvįlįties sadaīu',
327
);
328
 
329
// ------------------------------------------------------------------------- //
330
// File catmgr.php
331
// ------------------------------------------------------------------------- //
332
 
333
if (defined('CATMGR_PHP')) $lang_catmgr_php = array(
334
    'miss_param' => 'Komandas \'%s\' izpildîđanai trûkst nepiecieđamie parametri!',
335
    'unknown_cat' => 'Izvįlįtâ sadaīa datu bâzį neeksistį',
336
    'usergal_cat_ro' => 'Lietotâja galerijas sadaīa nevar tikt dzįsta!',
337
    'manage_cat' => 'Administrįt sadaīas',
338
    'confirm_delete' => 'Tieđâm dzįst đo sadaīu',
339
    'category' => 'Sadaīa',
340
    'operations' => 'Darbîbas',
341
    'move_into' => 'Pârvietot uz',
342
    'update_create' => 'Modificįt/izveidot sadaīu',
343
    'parent_cat' => 'Pieder sadaīai',
344
    'cat_title' => 'Sadaīas virsraksts',
345
        'cat_thumb' => 'Sadaīas starpattįls', //cpg1.3.0
346
    'cat_desc' => 'Sadaīas apraksts'
347
);
348
 
349
// ------------------------------------------------------------------------- //
350
// File config.php
351
// ------------------------------------------------------------------------- //
352
 
353
if (defined('CONFIG_PHP')) $lang_config_php = array(
354
    'title' => 'Konfigurâcija',
355
    'restore_cfg' => 'Atjaunot noklusįtâs vįrtîbas',
356
    'save_cfg' => 'Saglabât jaunos uzstâdîjumus',
357
    'notes' => 'Piezîmes',
358
    'info' => 'Informâcija',
359
    'upd_success' => 'Coppermine konfigurâcija saglabâta',
360
    'restore_success' => 'Coppermine noklusįtâ konfigurâcija uzstâdîta',
361
    'name_a' => 'Nosaukums augođi',
362
    'name_d' => 'Nosaukums dilstođi',
363
    'title_a' => 'Virsraksts augođi', //new in cpg1.2.0
364
    'title_d' => 'Virsraksts dilstođi', //new in cpg1.2.0
365
    'date_a' => 'Datums augođi',
366
    'date_d' => 'Datums dilstođi',
367
    'th_any' => 'Max Aspect',
368
    'th_ht' => 'Augstums',
369
    'th_wd' => 'Platums',
370
    'label' => 'Teksts', //cpg1.3.0
371
    'item' => 'att.', //cpg1.3.0
372
    'debug_everyone' => 'Jebkurđ', //cpg1.3.0
373
    'debug_admin' => 'Tikai administrators', //cpg1.3.0
374
);
375
 
376
if (defined('CONFIG_PHP')) $lang_config_data = array(
377
    'Galvenie uzstâdîjumi',
378
    array('Nosaukums', 'gallery_name', 0),
379
    array('Apraksts', 'gallery_description', 0),
380
    array('Administrators', 'gallery_admin_email', 0),
381
    array('Adrese, kas bûs e-kartiōâ pie teksta \'Citi attįli...\'', 'ecards_more_pic_target', 0),
382
        array('Norit tehniski darbi. Galerija ir atslįgta.', 'offline', 1), //cpg1.3.0
383
        array('Log ecards', 'log_ecards', 1), //cpg1.3.0
384
        array('Atīaut lejupielâdįt ZIP attįlus', 'enable_zipdownload', 1), //cpg1.3.0
385
 
386
        'Valodas, Tįmas &amp; kodįđana',
387
    array('Valoda', 'lang', 5),
388
    array('Tįma', 'theme', 6),
389
        array('Râdît valodu izvįli', 'language_list', 1), //cpg1.3.0
390
        array('Râdît karodziōus', 'language_flags', 8), //cpg1.3.0
391
        array('Râdît &quot;reset&quot; valodu izvįlį', 'language_reset', 1), //cpg1.3.0
392
        array('Râdît tįmu sarakstu', 'theme_list', 1), //cpg1.3.0
393
        array('Râdît &quot;reset&quot; tįmu izvįlį', 'theme_reset', 1), //cpg1.3.0
394
        array('Râdît FAQ', 'display_faq', 1), //cpg1.3.0
395
        array('Râdît bbcode palîdzîbu un piemįrus', 'show_bbcode_help', 1), //cpg1.3.0
396
        array('Kodįjums (Character encoding)', 'charset', 4), //cpg1.3.0
397
 
398
        'Albumu saraksta skatîjums',
399
        array('Galvenâs tabulas platums (pikseīos vai %)', 'main_table_width', 0),
400
    array('Cik lîmeōos sadaīas atspoguīot', 'subcat_level', 0),
401
    array('Cik albumus atspoguīot', 'albums_per_page', 0),
402
    array('Cik kolonnâs atspoguīot albûmus', 'album_list_cols', 0),
403
    array('Cik lieli pikseīos bûs mazie attįli', 'alb_list_thumb_size', 0),
404
    array('Galvenâs lapas saturs', 'main_page_layout', 0),
405
    array('Râdît pirmâ lîmeōa mazos attįlus pa sadaīâm','first_level',1), //new in cpg1.2.0
406
 
407
    'Mazo attįlu skatîjums',
408
    array('Cik kolonnâs râdît mazos attįlus', 'thumbcols', 0),
409
    array('Cik rindâs râdît mazos attįlus', 'thumbrows', 0),
410
    array('Cik tabulas atspoguīot', 'max_tabs', 0),
411
    array('Blakus mazajam attįlam atspoguīot ne tikai attįla virsrakstu, bet arî aprakstu', 'caption_in_thumbview', 1),
412
        array('Râdît skatîđanâs reiūu skaitu blakus mazajam attįlam', 'views_in_thumbview', 1), //cpg1.3.0
413
    array('Atspoguīot komentâru skaitu', 'display_comment_count', 1),
414
        array('Râdît, kurđ uzlicis attįlu', 'display_uploader', 1), //cpg1.3.0
415
    array('Kâ kârtot attįlus', 'default_sort_order', 3),
416
    array('Minimâlais balsu skaits, lai attįls tiktu iekīauts vispopulârâko sarakstâ', 'min_votes_for_rating', 0),
417
 
418
    'Attįlu skatîđanâs &amp; Komentâri',
419
    array('Attįla tabulas platums (pikseīos vai %)', 'picture_table_width', 0),
420
    array('Attįla informâcija redzama pįc noklusįđanas', 'display_pic_info', 1),
421
    array('Filtrįt sliktus vârdus komentâros', 'filter_bad_words', 1),
422
    array('Atīaut sejiōas komentâros', 'enable_smilies', 1),
423
        array('Atīaut vairâkkârtįjus komentârus no vienas personas par vienu attįlu (atslįgt -flood protection-)', 'disable_comment_flood_protect', 1), //cpg1.3.0
424
    array('Max attįla apraksta garums', 'max_img_desc_length', 0),
425
    array('Max simbolu skaits vienâ vârdâ', 'max_com_wlength', 0),
426
    array('Max rindu skaits komentârâ', 'max_com_lines', 0),
427
    array('Max komentâra garums', 'max_com_size', 0),
428
    array('Filmas skatîjums', 'display_film_strip', 1), //new in cpg1.2.0
429
    array('Attįlu skaits filmas skatîjumâ', 'max_film_strip_items', 0), //new in cpg1.2.0
430
        array('Paziōot Administratoram par jaunu komentâru', 'email_comment_notification', 1), //cpg1.3.0
431
        array('Slaidđova intervâls (1 sek. = 1000 milisek.)', 'slideshow_interval', 0), //cpg1.3.0
432
 
433
 
434
    'Lielo un mazo attįlu kvalitâte',
435
    array('JPEG failu kvalitâte', 'jpeg_qual', 0),
436
    array('Max mazâ attįla platums vai augstums <b>*</b>', 'thumb_width', 0),
437
    array('Izmantojamie izmįri ( platums vai augstums )<b>*</b>', 'thumb_use', 0), //new in cpg1.2.0
438
    array('Izveidot arî \'starpattįlus\'','make_intermediate', 1),
439
    array('Max \'starpattįla\' platums vai augstums <b>*</b>', 'picture_width', 0),
440
    array('Max uzliktâ attįla lielums (KB)', 'max_upl_size', 0),
441
    array('Max uzliktâ attįla platums vai augstums (pikseīos)', 'max_upl_width_height', 0),
442
 
443
 
444
        'Failu un mazo attįlu sîkâki uzstâdîjumi', //cpg1.3.0
445
        array('Râdît privâta albûma ikonu tiem, kas nav pieslįguđies','show_private',1), //cpg1.3.0
446
        array('Aizliegtie simboli failu nosaukumos', 'forbiden_fname_char',0), //cpg1.3.0
447
        //array('Accepted file extensions for uploaded pictures', 'allowed_file_extensions',0), //cpg1.3.0
448
        array('Atīautie attįlu formâti', 'allowed_img_types',0), //cpg1.3.0
449
        array('Atīautie îsfilmu formâti', 'allowed_mov_types',0), //cpg1.3.0
450
        array('Atīautie audio formâti', 'allowed_snd_types',0), //cpg1.3.0
451
        array('Atīautie dokumentu formâti', 'allowed_doc_types',0), //cpg1.3.0
452
        array('Attįlu izmįru koriėįđanas metode','thumb_method',2), //cpg1.3.0
453
        array('Kur sistįmâ atrodas ImageMagick \'convert\' utilîta (piemįram, /usr/bin/X11/)', 'impath', 0), //cpg1.3.0
454
        //array('Allowed image types (only valid for ImageMagick)', 'allowed_img_types',0), //cpg1.3.0
455
        array('ImageMagick komandrindas opcijas', 'im_options', 0), //cpg1.3.0
456
        array('Lasît EXIF informâciju no JPEG failiem', 'read_exif_data', 1), //cpg1.3.0
457
        array('Lasît IPTC informâciju no JPEG failiem', 'read_iptc_data', 1), //cpg1.3.0
458
        array('Albûma direktorija <a href="#notice1" class="clickable_option">*</a>', 'fullpath', 0), //cpg1.3.0
459
        array('Dalîbnieku failu direktorija <a href="#notice1" class="clickable_option">*</a>', 'userpics', 0), //cpg1.3.0
460
        array('Direktorija vidįja izmįra attįlu glabâđanai <a href="#notice1" class="clickable_option">*</a>', 'normal_pfx', 0), //cpg1.3.0
461
        array('Mazo attįlu prefikss <a href="#notice1" class="clickable_option">*</a>', 'thumb_pfx', 0), //cpg1.3.0
462
        array('Direktoriju opcijas', 'default_dir_mode', 0), //cpg1.3.0
463
        array('Failu opcijas', 'default_file_mode', 0), //cpg1.3.0
464
 
465
 
466
    'Lietotâju uzstâdîjumi',
467
    array('Atīaut jaunu lietotâju piereėistrįđanos', 'allow_user_registration', 1),
468
    array('Lietotâja sekmîgai reėistrâcija nepiecieđams e-pasta apstiprinâjums', 'reg_requires_valid_email', 1),
469
        array('Paziōot administratoram par jaunu dalîbnieka reėistrâciju', 'reg_notify_admin_email', 1), //cpg1.3.0
470
    array('Atīaut diviem daūâdiem lietotâjiem izmantot vienâdas e-pasta adreses', 'allow_duplicate_emails_addr', 1),
471
    array('Lietotâjs drîkst veidot personîgus albûmus', 'allow_private_albums', 1),
472
        array('Paziōot Administratoram par dalîbnieku, kam jâapstiprina faila pievienođana', 'upl_notify_admin_email', 1), //cpg1.3.0
473
        array('Atīaut skatîties informâciju par citiem dalîbniekiem, ja ir notikusi veiksmîga pieslįgđanâs sistįmai', 'allow_memberlist', 1), //cpg1.3.0
474
 
475
    'Rezerves lauki attįla aprakstam (ja neizmanto, atstâj tukđus)',
476
    array('Lauka 1 nosaukums', 'user_field1_name', 0),
477
    array('Lauka 2 nosaukums', 'user_field2_name', 0),
478
    array('Lauka 3 nosaukums', 'user_field3_name', 0),
479
    array('Lauka 4 nosaukums', 'user_field4_name', 0),
480
 
481
    'Lielo un mazo attįlu îpađie uzstâdîjumi',
482
    array('Râdît personîgâ albuma ikonu anonîmajiem apmeklįtâjiem','show_private',1), //new in cpg1.2.0
483
    array('Kâdi simboli aizliegti failu nosaukumos', 'forbiden_fname_char',0),
484
    array('Uzliekamo attįlu atīautie failu paplađinâjumi', 'allowed_file_extensions',0),
485
    array('Attįlu izmįru mainîđanas metodes','thumb_method',2),
486
    array('Ceīđ uz ImageMagick \'convert\' utilîtu (piemįram, /usr/bin/X11/)', 'impath', 0),
487
    array('Atīauti attįlu formâti (tikai priekđ ImageMagick)', 'allowed_img_types',0),
488
    array('Komandrindas parametri ImageMagick utilîtai', 'im_options', 0),
489
    array('Izmantot JPEG attįlu EXIF informâciju', 'read_exif_data', 1),
490
    array('Albumu direktorija <b>*</b>', 'fullpath', 0),
491
    array('Lietotâju albumu direktorija <b>*</b>', 'userpics', 0),
492
    array('Starpattįlu prefikss <b>*</b>', 'normal_pfx', 0),
493
    array('Mazo attįlu prefikss <b>*</b>', 'thumb_pfx', 0),
494
    array('Direktoriju skatîjuma reūîms pįc noklusįđanas', 'default_dir_mode', 0),
495
    array('Attįlu reūîms', 'default_file_mode', 0),
496
    array('Atslįgt peles labo taustiōu uz lielajiem attįliem (JavaScript)', 'disable_popup_rightclick', 1), //new in cpg1.2.0
497
    array('Atslįgt peles labo taustiōu &quot;parastajâs&quot; lapâs (JavaScript)', 'disable_gallery_rightclick', 1), //new in cpg1.2.0
498
 
499
    'Cepumi (cookies) &amp; Kodįjums',
500
    array('Cookie nosaukumus', 'cookie_name', 0),
501
    array('Cookie ceīđ', 'cookie_path', 0),
502
    array('Teksta kodįjums', 'charset', 4),
503
 
504
    'Citi uzstâdîjumi',
505
    array('Debug reūîms', 'debug_mode', 1),
506
 
507
    '<br /><div align="center">(*) Ar * atzîmįtos parametrus nav ieteicams mainît, ja galerîjâs jau ir attįli</div><br /><a name="notice2"></a>(**) Đî konfigurâcijas opcija neiespaidos lîdz đim pievienotos attįlus, bet iespaidos turpmâkâs operâcijas. Jau esođos failus iespįjams modificįt &quot;<a href="util.php">ar Administratora lîdzekīiem</a> (resize opcija no Administratora izvįlnes)&quot;.</div><br />', //cpg1.3.0
508
);
509
 
510
// ------------------------------------------------------------------------- //
511
// File db_ecard.php //cpg1.3.0
512
// ------------------------------------------------------------------------- //
513
 
514
if (defined('DB_ECARD_PHP')) $lang_db_ecard_php = array(
515
  'title' => 'Nosûtît e-kartiōu', //cpg1.3.0
516
  'ecard_sender' => 'Sûtîtâjs', //cpg1.3.0
517
  'ecard_recipient' => 'Saōįmįjs', //cpg1.3.0
518
  'ecard_date' => 'Datums', //cpg1.3.0
519
  'ecard_display' => 'Râdît e-kartiōu', //cpg1.3.0
520
  'ecard_name' => 'Vârds', //cpg1.3.0
521
  'ecard_email' => 'Epasts', //cpg1.3.0
522
  'ecard_ip' => 'IP #', //cpg1.3.0
523
  'ecard_ascending' => 'augođi', //cpg1.3.0
524
  'ecard_descending' => 'dilstođi', //cpg1.3.0
525
  'ecard_sorted' => 'Sakârtots', //cpg1.3.0
526
  'ecard_by_date' => 'pįc datuma', //cpg1.3.0
527
  'ecard_by_sender_name' => 'pįc vârda', //cpg1.3.0
528
  'ecard_by_sender_email' => 'pįc sûtîtâja epasta adreses', //cpg1.3.0
529
  'ecard_by_sender_ip' => 'pįc sûtîtâja IP adreses', //cpg1.3.0
530
  'ecard_by_recipient_name' => 'pįc saōįmįja vârda', //cpg1.3.0
531
  'ecard_by_recipient_email' => 'pįc saōįmįja epasta', //cpg1.3.0
532
  'ecard_number' => 'atspoguīoti %s ieraksti no %s (kopâ %s)', //cpg1.3.0
533
  'ecard_goto_page' => 'uz lapu', //cpg1.3.0
534
  'ecard_records_per_page' => 'ieraksti vienâ lapâ', //cpg1.3.0
535
  'check_all' => 'Ieíeksįt visus', //cpg1.3.0
536
  'uncheck_all' => 'Atíeksįt visus', //cpg1.3.0
537
  'ecards_delete_selected' => 'Dzįst izvįlįtâs kartiōas', //cpg1.3.0
538
  'ecards_delete_confirm' => 'Vai tieđâm dzįst? Apstiprini!', //cpg1.3.0
539
  'ecards_delete_sure' => 'Esmu guvis nelauūamu pârliecîbu, ka tâ jâdara', //cpg1.3.0
540
);
541
 
542
 
543
// ------------------------------------------------------------------------- //
544
// File db_input.php
545
// ------------------------------------------------------------------------- //
546
 
547
if (defined('DB_INPUT_PHP')) $lang_db_input_php = array(
548
    'empty_name_or_com' => 'Ja nebûs vârds un komentâra teksts, nekas nesanâks',
549
    'com_added' => 'Komentârs pievienots',
550
    'alb_need_title' => 'Kâds ir albuma virsraksts (nosaukums)?',
551
    'no_udp_needed' => 'Izmaiōas nav nepiecieđamas.',
552
    'alb_updated' => 'Albumâ veiksmîgi veiktas izmaiōas',
553
    'unknown_album' => 'Izvįlįtais albums neeksistį vai arî nav tiesîbu tajâ pievienot attįlus',
554
    'no_pic_uploaded' => 'Attįls netika uzlikts!<br /><br />Vai uz servera ir uzlikta atīauja đâdâm operâcijâm?',
555
    'err_mkdir' => 'Direktorija %s NEtika izveidota!',
556
    'dest_dir_ro' => 'Nav tiesîbu veikt ierakstu direktrijâ %s!',
557
    'err_move' => 'Nav iespįjams pârvietot %s uz %s !',
558
    'err_fsize_too_large' => 'Uzliekamâ attįla izmįrs pârsniedz max atīauto (max atīautais ir %s x %s) !',
559
    'err_imgsize_too_large' => 'Uzliekamâ attįla faila izmįrs pârsniedz max atīauto (max atīautais ir %s KB) !',
560
    'err_invalid_img' => 'Uzliekamais fails nav klasificįjams kâ attįls!',
561
    'allowed_img_types' => 'Tu drîksti uzlikt %s attįlus.',
562
    'err_insert_pic' => 'Attįls \'%s\' nevar tikt pievienots ',
563
    'upload_success' => 'Attįls veiksmîgi uzlikts<br /><br />Tas bûs redzams galerijâ, tiklîdz Administrators to bûs akceptįjis.',
564
    'info' => 'Informâcija',
565
    'com_added' => 'Komentârs pievienots',
566
    'alb_updated' => 'Albums modificįts',
567
    'err_comment_empty' => 'Nav komentâra!',
568
    'err_invalid_fext' => 'Atīauti faili ar đâdiem paplađinâjumiem : <br /><br />%s.',
569
    'no_flood' => 'Atvaino, bet tieđi tu arî esi pįdįjâ iesûtîtâ komentâra autors.<br /><br />Modificį sava pįdįjâ iesûtîtâ komentâra tekstu',
570
    'redirect_msg' => 'Notiek pâradresâcija.<br /><br /><br />Spied uz \'TURPINÂT\', ja lapa nepârlâdįjas',
571
    'upl_success' => 'Attįls veiksmîgi pievienots',
572
        'email_comment_subject' => 'Jauns foto galerijas komentârs', //cpg1.3.0
573
        'email_comment_body' => 'Kâds pievienojis komentâru, apskaties', //cpg1.3.0
574
 
575
);
576
 
577
// ------------------------------------------------------------------------- //
578
// File delete.php
579
// ------------------------------------------------------------------------- //
580
 
581
if (defined('DELETE_PHP')) $lang_delete_php = array(
582
    'caption' => 'Teksts',
583
    'fs_pic' => 'pilnâ izmįra attįls',
584
    'del_success' => 'veiksmîgi izdzįsts',
585
    'ns_pic' => 'normâla izmįra attįls',
586
    'err_del' => 'nevar tikt izdzįsts',
587
    'thumb_pic' => 'mazais attįls',
588
    'comment' => 'komentârs',
589
    'im_in_alb' => 'attįls albumâ',
590
    'alb_del_success' => 'Albums \'%s\' izdzįsts',
591
    'alb_mgr' => 'Albuma menedūeris',
592
    'err_invalid_data' => 'Saōemta nekorekta informâcija \'%s\'',
593
    'create_alb' => 'Tiek veidots albums \'%s\'',
594
    'update_alb' => 'Tiek modificįts albums \'%s\' ar virsrakstu \'%s\' un indeksu \'%s\'',
595
    'del_pic' => 'Dzįst attįlu',
596
    'del_alb' => 'Dzįst albumu',
597
    'del_user' => 'Dzįst lietotâju',
598
    'err_unknown_user' => 'Izvįlįtais lietotâjs neeksistį!',
599
    'comment_deleted' => 'Komentârs veiksmîgi izdzįsts',
600
);
601
 
602
// ------------------------------------------------------------------------- //
603
// File displayecard.php
604
// ------------------------------------------------------------------------- //
605
 
606
// Void
607
 
608
// ------------------------------------------------------------------------- //
609
// File displayimage.php
610
// ------------------------------------------------------------------------- //
611
 
612
if (defined('DISPLAYIMAGE_PHP')){
613
 
614
$lang_display_image_php = array(
615
    'confirm_del' => 'Tieđâm DZĮST đo attįlu? \\nArî komentâri tiks izdzįsti.',
616
    'del_pic' => 'IZDZĮST ĐO ATTĮLU',
617
    'size' => '%s x %s px',
618
    'views' => '%s reizes',
619
    'slideshow' => 'Slaidđovs',
620
    'stop_slideshow' => 'APSTÂDINÂT SLAIDĐOVU',
621
    'view_fs' => 'Uzspied, lai redzįtu pilna izmįra attįlu',
622
        'edit_pic' => 'Rediėįt aprakstu', //cpg1.3.0
623
        'crop_pic' => 'Izgriezt un sagriezt (Crop and Rotate)', //cpg1.3.0
624
);
625
 
626
$lang_picinfo = array(
627
    'title' =>'Informâcija par attįlu',
628
    'Filename' => 'Attįls',
629
    'Album name' => 'Albums',
630
    'Rating' => 'Vįrtįjums (%s balsis)',
631
    'Keywords' => 'Atslįgas vârdi',
632
    'File Size' => 'Faila lielums',
633
    'Dimensions' => 'Izmįrs',
634
    'Displayed' => 'Attįlots',
635
    'Camera' => 'Kamera',
636
    'Date taken' => 'Uzōemđanas datums',
637
    'Aperture' => 'Objektîva diametrs',
638
    'Exposure time' => 'Ekspozîcijas laiks',
639
    'Focal length' => 'Fokuss',
640
    'Comment' => 'Komentâri',
641
    'addFav'=>'Uz favorîtiem', //new in cpg1.2.0
642
    'addFavPhrase'=>'Favorîti', //new in cpg1.2.0
643
    'remFav'=>'Dzįst no favorîtiem', //new in cpg1.2.0
644
        'iptcTitle'=>'IPTC Title', //cpg1.3.0
645
        'iptcCopyright'=>'IPTC Copyright', //cpg1.3.0
646
        'iptcKeywords'=>'IPTC Keywords', //cpg1.3.0
647
        'iptcCategory'=>'IPTC Category', //cpg1.3.0
648
        'iptcSubCategories'=>'IPTC Sub Categories', //cpg1.3.0
649
 
650
);
651
 
652
$lang_display_comments = array(
653
    'OK' => 'OK',
654
    'edit_title' => 'Modificįt komentâru',
655
    'confirm_delete' => 'Tieđâm DZĮST đo komentâru?',
656
    'add_your_comment' => 'Pievienot komentâru',
657
    'name'=>'Vârds', //new in cpg1.2.0
658
    'comment'=>'Komentârs', //new in cpg1.2.0
659
    'your_name' => 'Anonîms', //new in cpg1.2.0
660
);
661
 
662
$lang_fullsize_popup = array(
663
        'click_to_close' => 'Uzklikđíini uz attįla, lai aizvįrtu đo logu', //new in cpg1.2.0
664
);
665
 
666
}
667
 
668
// ------------------------------------------------------------------------- //
669
// File ecard.php
670
// ------------------------------------------------------------------------- //
671
 
672
if (defined('ECARDS_PHP') || defined('DISPLAYECARD_PHP')) $lang_ecard_php =array(
673
    'title' => 'Nosûtît e-kartiōu',
674
    'invalid_email' => '<b>UZMANÎBU</b> : kīûdaina adrese!',
675
    'ecard_title' => 'Sveiciens no %s',
676
    'view_ecard' => 'Đo sveicienu var redzįt arî sekojođa adresį',
677
    'view_more_pics' => 'Citi forđi attįli...',
678
    'send_success' => 'E-kartiōa nosûtîta',
679
    'send_failed' => 'Atvaino, serveris nevar nosûtît tavu E-kartiōu...',
680
    'from' => 'No kâ',
681
    'your_name' => 'Vârds',
682
    'your_email' => 'E-pasta adrese',
683
    'to' => 'Kam',
684
    'rcpt_name' => 'Saōemįja vârds',
685
    'rcpt_email' => 'Saōįmįja e-pasta adrese',
686
    'greetings' => 'Sveiciens',
687
    'message' => 'Pilnais teksts',
688
);
689
 
690
// ------------------------------------------------------------------------- //
691
// File editpics.php
692
// ------------------------------------------------------------------------- //
693
 
694
if (defined('EDITPICS_PHP')) $lang_editpics_php = array(
695
    'pic_info' => 'Attįla&nbsp;dati',
696
    'album' => 'Albums',
697
    'title' => 'Virsraksts',
698
    'desc' => 'Apraksts',
699
    'keywords' => 'Atslįgas vârdi',
700
    'pic_info_str' => '%sx%s - %sKB - %s skatîjumi - %s balsis',
701
    'approve' => 'Apstiprinât attįla pievienođanu',
702
    'postpone_app' => 'Noraidît attįla pievienođanu',
703
    'del_pic' => 'Dzįst attįlu',
704
    'reset_view_count' => 'Nodzįst skatîjumi skaitîtâju',
705
    'reset_votes' => 'Nodzįst balsojumu skaitu',
706
    'del_comm' => 'Dzįst komentârus',
707
    'upl_approval' => 'Uzlikđanas apstiprinâjums',
708
    'edit_pics' => 'Modificįt attįlus',
709
    'see_next' => 'Iepriekđįjie attįli',
710
    'see_prev' => 'Nâkamie attįli',
711
    'n_pic' => '%s attįli',
712
    'n_of_pic_to_disp' => 'Cik attįlus atspoguīot',
713
    'apply' => 'Apstiprinât izmaiōas'
714
);
715
 
716
// ------------------------------------------------------------------------- //
717
// File faq.php //cpg1.3.0
718
// ------------------------------------------------------------------------- //
719
 
720
if (defined('FAQ_PHP')) $lang_faq_php = array(
721
  'faq' => 'Frequently Asked Questions', //cpg1.3.0
722
  'toc' => 'Table of contents', //cpg1.3.0
723
  'question' => 'Question: ', //cpg1.3.0
724
  'answer' => 'Answer: ', //cpg1.3.0
725
);
726
 
727
if (defined('FAQ_PHP')) $lang_faq_data = array(
728
  'General FAQ', //cpg1.3.0
729
  array('Why do I need to register?', 'Registration may or may not be required by the administrator. Registration gives a member additional features such as uploading, having a favorite list, rating pictures and posting comments etc.', 'allow_user_registration', '0'), //cpg1.3.0
730
  array('How do I register?', 'Go to &quot;Register&quot; and fill out the required fields (and the optional ones if you want to).<br />If the Administrator has Email Activation enabled ,then after submitting your information you should recieve an email message at the address that you have submitted while registering, giving you instructions on how to activate your membership. Your membership must be activated in order for you to login.', 'allow_user_registration', '1'), //cpg1.3.0
731
  array('How Do I login?', 'Go to &quot;Login&quot;, submit your username and password and check &quot;Remember Me&quot; so you will be logged in on the site if you should leave it.<br /><b>IMPORTANT:Cookies must be enabled and the cookie from this site must not be deleted in order to use &quot;Remember Me&quot;.</b>', 'offline', 0), //cpg1.3.0
732
  array('Why can I not login?', 'Did you register and click the link that was sent to you via email?. The link will activate your account. For other login problems contact the site administrator.', 'offline', 0), //cpg1.3.0
733
  array('What if I forgot my password?', 'If this site has a &quot;Forgot password&quot; link then use it. Other than that contact the site administrator for a new password.', 'offline', 0), //cpg1.3.0
734
  //array('What if I changed my email address?', 'Just simply login and change your email address through &quot;Profile&quot;', 'offline', 0), //cpg1.3.0
735
  array('How do I save a picture to &quot;My Favorites&quot;?', 'Click on a picture and click on the &quot;picture info&quot; link (<img src="images/info.gif" width="16" height="16" border="0" alt="Picture information" />); scroll down to the picture information set and click &quot;Add to fav&quot;.<br />The administrator may have the &quot;picture information&quot; on by default.<br />IMPORTANT:Cookies must be enabled and the cookie from this site must not be deleted.', 'offline', 0), //cpg1.3.0
736
  array('How do I rate a file?', 'Click on a thumbnail and go to the bottom and choose a rating.', 'offline', 0), //cpg1.3.0
737
  array('How do I post a comment for a picture?', 'Click on a thumbnail and go to the bottom and post a comment.', 'offline', 0), //cpg1.3.0
738
array('How do I upload a file?', 'Go to &quot;Upload&quot;and select the album that you want to upload to, click &quot;Browse&quot; and find the file to upload and click &quot;open&quot; (add a title and description if you want to) and click &quot;Submit&quot;', 'allow_private_albums', 0), //cpg1.3.0
739
  array('Where do I upload a picture to?', 'You will be able to upload a file to one of your albums in &quot;My Gallery&quot;. The Administrator may also allow you to upload a file to one or more of the albums in the Main Gallery.', 'allow_private_albums', 0), //cpg1.3.0
740
  array('What type and size of a file can I upload?', 'The size and type (jpg, png, etc.) is up to the administrator.', 'offline', 0), //cpg1.3.0
741
  array('What is &quot;My Gallery&quot;?', '&quot;My Gallery&quot; is a personal gallery that the user can upload to and manage.', 'allow_private_albums', 0), //cpg1.3.0
742
  array('How do I create, rename or delete an album in &quot;My Gallery&quot;?', 'You should already be in &quot;Admin-Mode&quot;<br />Go to &quot;Create/Order My Albums&quot;and click &quot;New&quot;. Change &quot;New Album&quot; to your desired name.<br />You can also rename any of the albums in your gallery.<br />Click &quot;Apply Modifications&quot;.', 'allow_private_albums', 0), //cpg1.3.0
743
  array('How can I modify and restrict users from viewing my albums?', 'You should already be in &quot;Admin Mode&quot;<br />Go to &quot;Modify My Albums. On the &quot;Update Album&quot; bar, select the album that you want to modify.<br />Here, you can change the name, description, thumbnail picture, restrict viewing and comment/rating permissions.<br />Click &quot;Update Album&quot;.', 'allow_private_albums', 0), //cpg1.3.0
744
  array('How can I view other users\' galleries?', 'Go to &quot;Album List&quot; and select &quot;User Galleries&quot;.', 'allow_private_albums', 0), //cpg1.3.0
745
  array('What are cookies?', 'Cookies are a plain text piece of data that is sent from a website and is put on to your computer.<br />Cookies usually allow a user to leave and return to the site without having to login again and other various chores.', 'offline', 0), //cpg1.3.0
746
  array('Where can I get this program for my site?', 'Coppermine is a free Multimedia Gallery, released under GNU GPL. It is full of features and has been ported to various platforms. Visit the <a href="http://coppermine.sf.net/">Coppermine Home Page</a> to find out more or download it.', 'offline', 0), //cpg1.3.0
747
 
748
  'Navigating the Site', //cpg1.3.0
749
  array('What\'s &quot;Album List&quot;?', 'This will show you the entire category you are currently in, with a link to each album. If you are not in a category, it will show you the entire gallery with a link to each category. Thumbnails may be a link to the category.', 'offline', 0), //cpg1.3.0
750
  array('What\'s &quot;My Gallery&quot;?', 'This feature lets a user create their own gallery and add,delete or modify albums as well as upload to them.', 'allow_private_albums', 0), //cpg1.3.0
751
  array('What\'s the difference between &quot;Admin Mode&quot; and &quot;User Mode&quot;?', 'This feature, when in admin-mode, allows a user to modify their gallery (as well as others if allowed by the administrator).', 'allow_private_albums', 0), //cpg1.3.0
752
  array('What\'s &quot;Upload Picture&quot;?', 'This feature allows a user to upload a file (size and type is set by the site administrator) to a gallery selected by either you or the administrator.', 'allow_private_albums', 0), //cpg1.3.0
753
  array('What\'s &quot;Last Uploads&quot;?', 'This feature shows the last uploads to the site.', 'offline', 0), //cpg1.3.0
754
  array('What\'s &quot;Last Comments&quot;?', 'This feature shows the last comments along with the files posted by users.', 'offline', 0), //cpg1.3.0
755
  array('What\'s &quot;Most Viewed&quot;?', 'This feature shows the most viewed files by all users (whether logged in or not).', 'offline', 0), //cpg1.3.0
756
  array('What\'s &quot;Top Rated&quot;?', 'This feature shows the top rated files rated by the users, showing the average rating (e.g: five users each gave a <img src="images/rating3.gif" width="65" height="14" border="0" alt="" />: the file would have an average rating of <img src="images/rating3.gif" width="65" height="14" border="0" alt="" /> ;Five users rated the file from 1 to 5 (1,2,3,4,5) would result in an average <img src="images/rating3.gif" width="65" height="14" border="0" alt="" /> .)<br />The ratings go from <img src="images/rating5.gif" width="65" height="14" border="0" alt="best" /> (best) to <img src="images/rating0.gif" width="65" height="14" border="0" alt="worst" /> (worst).', 'offline', 0), //cpg1.3.0
757
  array('What\'s &quot;My Favorites&quot;?', 'This feature will let a user store a favorite file in the cookie that was sent to your computer.', 'offline', 0), //cpg1.3.0
758
);
759
 
760
 
761
// ------------------------------------------------------------------------- //
762
// File forgot_passwd.php //cpg1.3.0
763
// ------------------------------------------------------------------------- //
764
 
765
if (defined('FORGOT_PASSWD_PHP')) $lang_forgot_passwd_php = array(
766
  'forgot_passwd' => 'Paroles atgâdinâtâjs', //cpg1.3.0
767
  'err_already_logged_in' => 'Tu jau esi pieslįdzies!', //cpg1.3.0
768
  'enter_username_email' => 'Tavs dalîbnieka vârds vai epasta adrese', //cpg1.3.0
769
  'submit' => 'Aiziet!', //cpg1.3.0
770
  'failed_sending_email' => 'Neko neav iespįjams nosûtît!', //cpg1.3.0
771
  'email_sent' => 'Vįstule ar dalîbnieka informâciju tika nosûtîta uz %s', //cpg1.3.0
772
  'err_unk_user' => 'Nav tâda dalîbnieka!', //cpg1.3.0
773
  'passwd_reminder_subject' => '%s - Paroles atgâdinâtâjs', //cpg1.3.0
774
  'passwd_reminder_body' => 'Saōįmâm pieprasîjumu par dalîbnieku:
775
Username: %s
776
Password: %s
777
Spied %s un pieslįdzies.', //cpg1.3.0
778
);
779
 
780
 
781
// ------------------------------------------------------------------------- //
782
// File groupmgr.php
783
// ------------------------------------------------------------------------- //
784
 
785
if (defined('GROUPMGR_PHP')) $lang_groupmgr_php = array(
786
    'group_name' => 'Grupa',
787
    'disk_quota' => 'Kvota (atmiōas ierobeūojumi)',
788
    'can_rate' => 'Drîkst vįrtįt attįlus',
789
    'can_send_ecards' => 'Drîkst sûtît e-kartiōas',
790
    'can_post_com' => 'Drîkst komentįt',
791
    'can_upload' => 'Drîkst likt attįlus',
792
    'can_have_gallery' => 'Drîkst bût personîga galerija',
793
    'apply' => 'Apstiprinât izmaiōas',
794
    'create_new_group' => 'Izveidot jaunu grupu',
795
    'del_groups' => 'Dzįst grupu(-as)',
796
    'confirm_del' => 'Uzmanîbu! Dzįđot grupu, visi tai piederîgie lietotâji tiks pârvietoti uz reėistrįto lietotâju grupu!\n\nTurpinât?',
797
    'title' => 'Administrįt lietotâju grupas',
798
    'approval_1' => 'Publisks uzlikđanas apstiprinâjums (1)',
799
    'approval_2' => 'Privâts uzlikđanas apstiprinâjums (2)',
800
        'upload_form_config' => 'Pievienođanas formas rediėįđana', //cpg1.3.0
801
        'upload_form_config_values' => array( 'Tikai pa vienam failam', 'Multiple file uploads only', 'URI uploads only', 'ZIP upload only', 'File-URI', 'File-ZIP', 'URI-ZIP', 'File-URI-ZIP'), //cpg1.3.0
802
        'custom_user_upload'=>'Vai dalîbniekam ir atīauts mainît rediėįđanas formu?', //cpg1.3.0
803
        'num_file_upload'=>'Cik failu pievienođanas lauciōus râdît?', //cpg1.3.0
804
        'num_URI_upload'=>'Cik URI lauciōus râdît?', //cpg1.3.0
805
    'note1' => '<b>(1)</b> Attįlu uzlikđanai publiskâ albûmâ ir nepiecieđama administratora atīauja',
806
    'note2' => '<b>(2)</b> Attįlu pievienođanai albumâ, kas pieder đim lietotâjam, nepiecieđama administratora atīauja',
807
    'notes' => 'Piezîmes'
808
);
809
 
810
// ------------------------------------------------------------------------- //
811
// File index.php
812
// ------------------------------------------------------------------------- //
813
 
814
if (defined('INDEX_PHP')){
815
 
816
$lang_index_php = array(
817
    'welcome' => 'Laipni lûdzam!'
818
);
819
 
820
$lang_album_admin_menu = array(
821
    'confirm_delete' => 'Tieđâm DZĮST đo albumu? \\nVisi attįli un komentâri tajâ tiks izdzįsti.',
822
    'delete' => 'IZDZĮST',
823
    'modify' => 'UZSTÂDÎJUMI',
824
    'edit_pics' => 'MODIFICĮT ATTĮLUS',
825
);
826
 
827
$lang_list_categories = array(
828
    'home' => 'Galvenâ lapa',
829
    'stat1' => 'attįli: <b>[pictures]</b> | albumi: <b>[albums]</b> | sadaīas: <b>[cat]</b> | komentâri: <b>[comments]</b> | <b>skatîts [views]</b> reizes',
830
    'stat2' => 'attįli: <b>[pictures]</b> | albumi: <b>[albums]</b> | skatîti <b>[views]</b> reizes',
831
    'xx_s_gallery' => 'Autors %s',
832
    'stat3' => '<b>[pictures]</b> attįli | <b>[albums]</b> albumi | <b>[comments]</b> komentâri | skatîti <b>[views]</b> reizes'
833
);
834
 
835
$lang_list_users = array(
836
    'user_list' => 'Lietotâju saraksts',
837
    'no_user_gal' => 'Nav lietotâju galerijas',
838
    'n_albums' => 'albumi: <b>%s</b>',
839
    'n_pics' => 'attįli: <b>%s</b>'
840
);
841
 
842
$lang_list_albums = array(
843
    'n_pictures' => '<b>%s</b> attįli',
844
    'last_added' => ', pįdįjais pievienots <b>%s</b>'
845
);
846
 
847
}
848
 
849
// ------------------------------------------------------------------------- //
850
// File login.php
851
// ------------------------------------------------------------------------- //
852
//
853
// Login->Latvian????
854
// Logout->Latvian???
855
//
856
 
857
if (defined('LOGIN_PHP')) $lang_login_php = array(
858
    'login' => 'Pieslįgties',
859
    'enter_login_pswd' => 'Pieslįdzies ar savu lietotâja vârdu un paroli',
860
    'username' => 'Vârds',
861
    'password' => 'Parole',
862
    'remember_me' => 'Atcerįties mani arî turpmâk',
863
    'welcome' => 'Sveicinâts, %s ...',
864
    'err_login' => '*** Vârds vai/un parole nepareizi. Mįėinâsi vįlreiz? ***',
865
    'err_already_logged_in' => 'Tu jau esi sistįmâ!',
866
        'forgot_password_link' => 'Aizmirsu paroli!', //cpg1.3.0
867
);
868
 
869
// ------------------------------------------------------------------------- //
870
// File logout.php
871
// ------------------------------------------------------------------------- //
872
 
873
if (defined('LOGOUT_PHP')) $lang_logout_php = array(
874
    'logout' => 'Iziet',
875
    'bye' => 'Visu labu,  %s ...',
876
    'err_not_loged_in' => 'Jâpieslįdzas sistįmai!',
877
);
878
 
879
// ------------------------------------------------------------------------- //
880
// File phpinfo.php //cpg1.3.0
881
// ------------------------------------------------------------------------- //
882
 
883
if (defined('PHPINFO_PHP')) $lang_phpinfo_php = array(
884
  'php_info' => 'PHP info', //cpg1.3.0
885
  'explanation' => 'This is the output generated by the PHP-function <a href="http://www.php.net/phpinfo">phpinfo()</a>, displayed within Copermine (trimming the output at the right corner).', //cpg1.3.0
886
  'no_link' => 'Having others see your phpinfo can be a security risk, that\'s why this page is only visible when you\'re logged in as admin. You can not post a link to this page for others, they will be denied access.', //cpg1.3.0
887
);
888
 
889
// ------------------------------------------------------------------------- //
890
// File modifyalb.php
891
// ------------------------------------------------------------------------- //
892
 
893
if (defined('MODIFYALB_PHP')) $lang_modifyalb_php = array(
894
    'upd_alb_n' => 'Modificįt albumu %s',
895
    'general_settings' => 'Galvenie uzstâdîjumi',
896
    'alb_title' => 'Albuma virsraksts',
897
    'alb_cat' => 'Sadaīa',
898
    'alb_desc' => 'Albuma apraksts',
899
    'alb_thumb' => 'Albuma mazais attįls',
900
    'alb_perm' => 'Albuma lietotâju tiesîbas',
901
    'can_view' => 'Albumu var skatîties',
902
    'can_upload' => 'Apmeklįtâjie drîkst pievienot attįlus',
903
    'can_post_comments' => 'Apmeklįtâji drîkst komentįt',
904
    'can_rate' => 'Apmeklįtâji drîkst vįrtįt attįlus',
905
    'user_gal' => 'Lietotâja galerija',
906
    'no_cat' => '* Kategorijas nav *',
907
    'alb_empty' => 'Albums ir tukđs',
908
    'last_uploaded' => 'Pįdejoreiz uzlikts attįls',
909
    'public_alb' => 'Ikviens (publiskais albums)',
910
    'me_only' => 'Tikai es',
911
    'owner_only' => 'Tikai albuma îpađnieks (%s)',
912
    'groupp_only' => 'Tikai \'%s\' grupâ esođie',
913
    'err_no_alb_to_modify' => 'Tev nav tiesîbu modificįt albumus.',
914
    'update' => 'Saglabât izmaiōas'
915
);
916
 
917
// ------------------------------------------------------------------------- //
918
// File ratepic.php
919
// ------------------------------------------------------------------------- //
920
 
921
if (defined('RATEPIC_PHP')) $lang_rate_pic_php = array(
922
    'already_rated' => 'Atvaino, bet tu jau esi iesniedzis savu vįrtįjumu',
923
    'rate_ok' => 'Vįrtįjums pieōemts',
924
        'forbidden' => 'Vįrtįsi pats savus attįlus?', //cpg1.3.0
925
);
926
 
927
// ------------------------------------------------------------------------- //
928
// File register.php & profile.php
929
// ------------------------------------------------------------------------- //
930
 
931
if (defined('REGISTER_PHP') || defined('PROFILE_PHP')) {
932
 
933
$lang_register_disclamer = <<<EOT
934
Ar đo Tu apōemies neievietot citus aizskarođus, piedauzîgus, vulgârus,
935
apmelojođus, pretîgus, draudođus, seksuâli orientįtus, vai jebkâdus citus
936
materiâlus, kas pârkâpj jebkâdus likumus. Likumu nezinâđana neatbrîvo
937
no atbildîbas!!! Tu piekrîti, ka đîs lapas webmasters, administrators un
938
moderators ir tiesîgi izdzįst vai mainît saturu jebkurâ laikâ, kad vien
939
vįlâs. Kâ lietotâjs Tu piekrîti, ka visa informâcija ko Tu ievadîsi
940
tiks saglabâta datubâzį.<br />
941
<br />
942
Đî lapa izmanto <em>cookies</em> tehnoloėiju, lai saglabâtu informâciju tavâ datorâ.
943
<em>Cookies</em> vienîgi uzlabo lapas parâdîđanas kvalitâti. E-pasta adrese
944
tiek izmantota vienîgi Tavas reėistrâcijas apstiprinâđanai,
945
lai nosûtîtu paroli.<br />
946
<br />
947
Izvįloties zemâk <bold>Es piekrîtu</bold> Tu piekrîti visam iepriekđ rakstîtajam.
948
EOT;
949
 
950
$lang_register_php = array(
951
    'page_title' => 'Lietotâja reėistrâcija',
952
    'term_cond' => 'Vienođanâs nosacîjumi',
953
    'i_agree' => 'Es piekrîtu',
954
    'submit' => 'Apstiprinât reėistrâciju',
955
    'err_user_exists' => 'Đis lietotâja vârds jau ir reėistrįts, izvįlies citu',
956
    'err_password_mismatch' => 'Paroles nesakrît, raksti vįlreiz',
957
    'err_uname_short' => 'Lietotâja vârda minimâlais simbolu skaits ir 2',
958
    'err_password_short' => 'Parolį jâbût ne mazâk kâ 2 simboliem',
959
    'err_uname_pass_diff' => 'Lietotâja vârds un parole nedrîkst bût vienâdi',
960
    'err_invalid_email' => 'E-pasta adres ir nepareiza',
961
    'err_duplicate_email' => 'Đâda email adrese jau ir datu bâzį',
962
    'enter_info' => 'Reėistrâcijas informâcija',
963
    'required_info' => 'Nepiecieđamâ informâcija',
964
    'optional_info' => 'Neobligâtâ informâcija',
965
    'username' => 'Lietotâja vârds',
966
    'password' => 'Parole',
967
    'password_again' => 'Vįlreiz parole',
968
    'email' => 'E-pasts',
969
    'location' => 'Atrađanâs vieta',
970
    'interests' => 'Intereses',
971
    'website' => 'Mâjas lapa',
972
    'occupation' => 'Nodarbođanâs',
973
    'error' => 'KĪÛDA',
974
    'confirm_email_subject' => '%s - Reėistrâcijas apstiprinâjums',
975
    'information' => 'Informâcija',
976
    'failed_sending_email' => 'Nevar tikt nosûtîta reėistrâcijas apstiprinâjuma vįstule!',
977
    'thank_you' => 'Paldies par reėistrįđanos.<br /><br />Vįstule ar sîkâku informâciju, kâ pabeigt reėistrįđanâs procesu, tika nosûtîta uz iepriekđ minįto adresi.',
978
    'acct_created' => 'Konts izveidots un tu vari pieslįgties ar savu lietotâja vârdu un paroli',
979
    'acct_active' => 'Konts ir aktîvs un tu tagad vari pieslįgties sistįmai',
980
    'acct_already_act' => 'Konts jau ir aktîvs!',
981
    'acct_act_failed' => 'Đis konts nevar tikt aktivizįts!',
982
    'err_unk_user' => 'Izvįlįtais lietotâjs neeksistį!',
983
    'x_s_profile' => '%s : profails',
984
    'group' => 'Grupa',
985
    'reg_date' => 'Pievienojies',
986
    'disk_usage' => 'Diska izmantođana',
987
    'change_pass' => 'Nomainît paroli',
988
    'current_pass' => 'Pađreizįjâ parole',
989
    'new_pass' => 'Jauna parole',
990
    'new_pass_again' => 'Vįlreiz jaunâ parole',
991
    'err_curr_pass' => 'Pađreizįjâ parole nepareiza',
992
    'apply_modif' => 'Apstiprinât izmaiōas',
993
    'change_pass' => 'Nomainît paroli',
994
    'update_success' => 'Profails izmainîts',
995
    'pass_chg_success' => 'Parole nomainîta',
996
    'pass_chg_error' => 'Parole netika nomainîta',
997
        'notify_admin_email_subject' => '%s - reėistrâcijas paziōojums', //cpg1.3.0
998
        'notify_admin_email_body' => 'Jauns dalîbnieks "%s" piereėistrįjies', //cpg1.3.0
999
 
1000
);
1001
 
1002
$lang_register_confirm_email = <<<EOT
1003
Paldies par reėistrįđanos {SITE_NAME}
1004
 
1005
Lietotâja vârds : "{USER_NAME}"
1006
Lietotâja parole : "{PASSWORD}"
1007
 
1008
Lai aktivizįtu savu kontu, nepiecieđams ielâdįt zemâk redzamo lapu.
1009
 
1010
{ACT_LINK}
1011
 
1012
Lai veicas,
1013
 
1014
{SITE_NAME}
1015
 
1016
EOT;
1017
 
1018
}
1019
 
1020
// ------------------------------------------------------------------------- //
1021
// File reviewcom.php
1022
// ------------------------------------------------------------------------- //
1023
 
1024
if (defined('REVIEWCOM_PHP')) $lang_reviewcom_php = array(
1025
    'title' => 'Apskatîties komentârus',
1026
    'no_comment' => 'Komentâru nav',
1027
    'n_comm_del' => '%s komentâri izdzįsti',
1028
    'n_comm_disp' => 'Cik komentârus atspoguīot',
1029
    'see_prev' => 'Iepriekđįjie',
1030
    'see_next' => 'Nâkamie',
1031
    'del_comm' => 'Dzįst izvįlįtos komentârus',
1032
);
1033
 
1034
 
1035
// ------------------------------------------------------------------------- //
1036
// File search.php - OK
1037
// ------------------------------------------------------------------------- //
1038
 
1039
if (defined('SEARCH_PHP')) $lang_search_php = array(
1040
 
1041
);
1042
 
1043
// ------------------------------------------------------------------------- //
1044
// File searchnew.php
1045
// ------------------------------------------------------------------------- //
1046
 
1047
if (defined('SEARCHNEW_PHP')) $lang_search_new_php = array(
1048
    'page_title' => 'Meklįt jaunus attįlus',
1049
    'select_dir' => 'Izvįlįties direktoriju',
1050
    'select_dir_msg' => 'Đî funkcija īauj pievienot daudzus attįlus vienlaikus, ja tie iepriekđ uzlikti ar FTP.<br /><br />Izvįlies direktoriju, kur tika uzlikti attįli',
1051
    'no_pic_to_add' => 'Nav attįlu, ko varįtu pievienot',
1052
    'need_one_album' => 'Lai izmantotu đo funkciju, nepiecieđams vismaz viens albums',
1053
    'warning' => 'Uzmanîbu',
1054
    'change_perm' => 'nav pieeja direktorijai, tai jâizmaina tiesîbas (chmod) no 755 uz 777, lai varįtu pievienot attįlus!',
1055
    'target_album' => '<b>Ievietot attįlus &quot;</b>%s<b>&quot; </b>%s',
1056
    'folder' => 'Direktorija',
1057
    'image' => 'Attįls',
1058
    'album' => 'Albums',
1059
    'result' => 'Rezultâti',
1060
    'dir_ro' => 'Nav rakstîđanas tiesîbu. ',
1061
    'dir_cant_read' => 'Nav lasîđanas tiesîbu. ',
1062
    'insert' => 'Jaunu attįlu pievienođana',
1063
    'list_new_pic' => 'Jauno attįlu saraksts',
1064
    'insert_selected' => 'Pievienot izvįlįtos attįlus',
1065
    'no_pic_found' => 'Jauni attįli netika atrasti',
1066
    'be_patient' => 'Lûdzu esiet pacietîgi, kamįr tiek pievienoti jaunie attįli',
1067
        'no_album' => 'Albûms nav izvįlįts',  //cpg1.3.0
1068
    'notes' =>  '<ul>'.
1069
                '<li><b>OK</b> : attįls veiksmîgi pievienots'.
1070
                '<li><b>DP</b> : nozîmį, ka tâds attįls jau ir datu bâzį'.
1071
                '<li><b>PB</b> : attįlu nevar pievienot, jâpârbauda pieejas tiesîbas'.
1072
                                '<li><b>NA</b> : nozîmį, ka neesi izvįlįjies albûmu, kur ievietot đos foto. Spied \'<a href="javascript:history.back(1)">atpakaī pogu</a>\' un izvįlies. Ja nav neviena albûma, <a href="albmgr.php">vispirms izveidot</a></li>'.
1073
                '<li>Ja OK, DP, PB \'zîmes\' neparâdâs, jâklikđíina uz attįla, kas parâdâs, lai iegûtu detalizįtâku kīûdas aprakstu'.
1074
                '<li>Ja pârlûkâ parâdâs paziōojums par taimautu, lapa ir jâpârlâdį'.
1075
                '</ul>',
1076
        'select_album' => 'izvįlįties albûmu', //cpg1.3.0
1077
        'check_all' => 'ieíeksįt visu', //cpg1.3.0
1078
        'uncheck_all' => 'atíeksįt visu', //cpg1.3.0
1079
);
1080
 
1081
 
1082
// ------------------------------------------------------------------------- //
1083
// File thumbnails.php
1084
// ------------------------------------------------------------------------- //
1085
 
1086
// Void
1087
 
1088
// ------------------------------------------------------------------------- //
1089
// File banning.php
1090
// ------------------------------------------------------------------------- //
1091
 
1092
if (defined('BANNING_PHP')) $lang_banning_php = array(
1093
                'title' => 'Aizliegt pieeju', //new in cpg1.2.0
1094
                'user_name' => 'Lietotâjs', //new in cpg1.2.0
1095
                'ip_address' => 'IP adrese', //new in cpg1.2.0
1096
                'expiry' => 'Darbojas lîdz (tukđs nozîmį - bezgalîgi)', //new in cpg1.2.0
1097
                'edit_ban' => 'Saglabât', //new in cpg1.2.0
1098
                'delete_ban' => 'Dzįst', //new in cpg1.2.0
1099
                'add_new' => 'Jauns ieraksts', //new in cpg1.2.0
1100
                'add_ban' => 'Pievienot', //new in cpg1.2.0
1101
                                'error_user' => 'Nevar atrast tâdu dalîbnieku', //cpg1.3.0
1102
                                'error_specify' => 'Nepiecieđams dalîbnieka vârds vai IP adrese', //cpg1.3.0
1103
                                'error_ban_id' => 'Nepareizs aizlieguma ID!', //cpg1.3.0
1104
                                'error_admin_ban' => 'Sevi nevar aizliegt!', //cpg1.3.0
1105
                                'error_server_ban' => 'Aizliegt piekīuvi no savas adreses? Neprâts...', //cpg1.3.0
1106
                                'error_ip_forbidden' => 'Nevar aizliegt piekīuvi đâdai IP adresei! (not routable)', //cpg1.3.0
1107
                                'lookup_ip' => 'Lookup an IP address', //cpg1.3.0
1108
                                'submit' => 'aiziet!', //cpg1.3.0
1109
);
1110
 
1111
// ------------------------------------------------------------------------- //
1112
// File upload.php
1113
// ------------------------------------------------------------------------- //
1114
 
1115
if (defined('UPLOAD_PHP')) $lang_upload_php = array(
1116
  'title' => 'Pievienot', //cpg1.3.0
1117
  'custom_title' => 'Modificįta pievienođanas forma', //cpg1.3.0
1118
  'cust_instr_1' => 'Izvįlies, cik lauciōus atspoguīot (ierobeūots lielums).', //cpg1.3.0
1119
  'cust_instr_2' => 'Pievienođanas lauciōu skaits', //cpg1.3.0
1120
  'cust_instr_3' => 'Max pievienođanas lauciōu skaits: %s', //cpg1.3.0
1121
  'cust_instr_4' => 'URI/URL lauciōu skaits: %s', //cpg1.3.0
1122
  'cust_instr_5' => 'URI/URL lauciōu skaits:', //cpg1.3.0
1123
  'cust_instr_6' => 'Pievienođanas lauciōu skaits:', //cpg1.3.0
1124
  'cust_instr_7' => 'Izvįlies katra tipa lauciōu skaitu. pįc tam spied \'Turpinât\'. ', //cpg1.3.0
1125
  'reg_instr_1' => 'Kīûda opcijâs.', //cpg1.3.0
1126
  'reg_instr_2' => '<small style="color:white;">Iespįjama vairâku failu vienlaicîga pievienođana. Failiem nevajadzįtu bût lielâkiem par %s KB (katram). Pievienojot ZIP failus, tie paliek tâdâ pađâ formâtâ (netiek atvįrti).</small>', //cpg1.3.0
1127
  'reg_instr_3' => 'Ja vįlies, lai ZIP formâta faili tiktu atkompresįti automâtiski, pievieno tos sadaīâ \'Decompressive ZIP Upload\'.', //cpg1.3.0
1128
  'reg_instr_4' => '<small style="color:white;">Izmantojot URI/URL, izmanto pilnu ceīu uz failu: <code>http://www.mysite.com/images/example.jpg</code></small>', //cpg1.3.0
1129
  'reg_instr_5' => '<small style="color:white;">Ja viss aizpildît un pârbaudîts, spied \'Turpinât\'.</small><br/>', //cpg1.3.0
1130
  'reg_instr_6' => 'Decompressive ZIP Uploads:', //cpg1.3.0
1131
  'reg_instr_7' => 'Faili:', //cpg1.3.0
1132
  'reg_instr_8' => 'URI/URL:', //cpg1.3.0
1133
  'error_report' => 'Kīûdas', //cpg1.3.0
1134
  'error_instr' => 'Bija sekojođas kīûdas:', //cpg1.3.0
1135
  'file_name_url' => 'Fails nosaukums/URL', //cpg1.3.0
1136
  'error_message' => 'Kīûdas paziōojums', //cpg1.3.0
1137
  'no_post' => 'Fails netika pievienots ar POST metodi.', //cpg1.3.0
1138
  'forb_ext' => 'Aizliegts faila formâts.', //cpg1.3.0
1139
  'exc_php_ini' => 'Pârsniegts php.ini norâdîtais pievienojamo failu lielums.', //cpg1.3.0
1140
  'exc_file_size' => 'Pârsniegts CPG uzstâdîtais failu lielums.', //cpg1.3.0
1141
  'partial_upload' => 'Only a partial upload.', //cpg1.3.0
1142
  'no_upload' => 'Pievienođana nenotika.', //cpg1.3.0
1143
  'unknown_code' => 'Nezinâma PHP kīûda.', //cpg1.3.0
1144
  'no_temp_name' => 'No upload - No temp name.', //cpg1.3.0
1145
  'no_file_size' => 'Contains no data/Corrupted', //cpg1.3.0
1146
  'impossible' => 'Impossible to move.', //cpg1.3.0
1147
  'not_image' => 'Tas nav attįls/attįls ir íīûdains', //cpg1.3.0
1148
  'not_GD' => 'Not a GD extension.', //cpg1.3.0
1149
  'pixel_allowance' => 'Pârâk daudz pikseīi.', //cpg1.3.0
1150
  'incorrect_prefix' => 'Nepareiza formâta URI/URL', //cpg1.3.0
1151
  'could_not_open_URI' => 'Nav iespįjams atvįrt URI.', //cpg1.3.0
1152
  'unsafe_URI' => 'Safety not verifiable.', //cpg1.3.0
1153
  'meta_data_failure' => 'Meta data kīûda', //cpg1.3.0
1154
  'http_401' => '401 Unauthorized', //cpg1.3.0
1155
  'http_402' => '402 Payment Required', //cpg1.3.0
1156
  'http_403' => '403 Forbidden', //cpg1.3.0
1157
  'http_404' => '404 Not Found', //cpg1.3.0
1158
  'http_500' => '500 Internal Server Error', //cpg1.3.0
1159
  'http_503' => '503 Service Unavailable', //cpg1.3.0
1160
  'MIME_extraction_failure' => 'MIME could not be determined.', //cpg1.3.0
1161
  'MIME_type_unknown' => 'Unknown MIME type', //cpg1.3.0
1162
  'cant_create_write' => 'Cannot create write file.', //cpg1.3.0
1163
  'not_writable' => 'Cannot write to write file.', //cpg1.3.0
1164
  'cant_read_URI' => 'Cannot read URI/URL', //cpg1.3.0
1165
  'cant_open_write_file' => 'Cannot open URI write file.', //cpg1.3.0
1166
  'cant_write_write_file' => 'Cannot write to URI write file.', //cpg1.3.0
1167
  'cant_unzip' => 'Nav iespįjams atkompresįt.', //cpg1.3.0
1168
  'unknown' => 'Nedefinįta kīuda', //cpg1.3.0
1169
  'succ' => 'Veiksmîgi pievienots', //cpg1.3.0
1170
  'success' => '<small style="color:white;">Fails nr. %s veiksmîgi pievienots</small>', //cpg1.3.0
1171
  'add' => '<small style="color:white;">Spied uz \'Turpinât\', lai albûmam pievienotu attįlus.<br/></small>', //cpg1.3.0
1172
  'failure' => 'Pievienođanas kīûda', //cpg1.3.0
1173
  'f_info' => 'Informâcija par datiem', //cpg1.3.0
1174
  'no_place' => 'Nav iespįjams nomainît jau esođu failu.', //cpg1.3.0
1175
  'yes_place' => 'Iepriekđįjais fails veiksmîgi pievienots.', //cpg1.3.0
1176
  'max_fsize' => 'Atīautais viena faila lielums %s KB',
1177
  'album' => 'Albûms',
1178
  'picture' => 'Fails', //cpg1.3.0
1179
  'pic_title' => 'Faila nosaukums (virsraksts)', //cpg1.3.0
1180
  'description' => 'Fila apraksts', //cpg1.3.0
1181
  'keywords' => 'Atslįgas vârdi (vairâkus atdali ar atstarpįm)',
1182
  'err_no_alb_uploadables' => 'Atvaino, bet nav neviena albûma, kur tu varįtu likt attįlus', //cpg1.3.0
1183
  'place_instr_1' => 'Ievieto katru attįlu vajadzîgajâ albûmâ, ja vajadzîgs, katram pievieno sîkâku informâciju.', //cpg1.3.0
1184
  'place_instr_2' => 'Spied uz \'Turpinât\' un norâdi, kur ievietot pârįjos failus.', //cpg1.3.0
1185
  'process_complete' => 'Visi dati veiksmîgi pievienoti.', //cpg1.3.0
1186
);
1187
 
1188
/*
1189
if (defined('UPLOAD_PHP')) $lang_upload_php = array(
1190
    'title' => 'Uzlikt attįlu',
1191
    'max_fsize' => 'Max pievienojamâ faila lielums %s KB',
1192
    'album' => 'Albums',
1193
    'picture' => 'Attįls',
1194
    'pic_title' => 'Attįla virsraksts',
1195
    'description' => 'Attįla apraksts',
1196
    'keywords' => 'Atslįgas vârdi (atdalît ar atstarpįm)',
1197
    'err_no_alb_uploadables' => 'Atvaino, nav neviena albuma, kurâ tu varįtu ievietot savus attįlus',
1198
);
1199
*/
1200
 
1201
// ------------------------------------------------------------------------- //
1202
// File usermgr.php
1203
// ------------------------------------------------------------------------- //
1204
 
1205
if (defined('USERMGR_PHP')) $lang_usermgr_php = array(
1206
    'title' => 'Administrįt lietotâjus',
1207
    'name_a' => 'Vârds augođi',
1208
    'name_d' => 'Vârds dilstođi',
1209
    'group_a' => 'Grupa augođi',
1210
    'group_d' => 'Grupa dilstođi',
1211
    'reg_a' => 'Reg datums augođi',
1212
    'reg_d' => 'Reg datums dilstođi',
1213
    'pic_a' => 'Attįlu skaits augođi',
1214
    'pic_d' => 'Attįlu skaits dilstođi',
1215
    'disku_a' => 'Diska atmiōa augođi',
1216
    'disku_d' => 'Diska atmiōa dilstođi',
1217
        'lv_a' => 'Pedįjais apmeklįjums augođi', //cpg1.3.0
1218
        'lv_d' => 'Pįdįjais apmeklįjums dilstođi', //cpg1.3.0
1219
    'sort_by' => 'Kârtot',
1220
    'err_no_users' => 'Lietotâju tabulâ nav datu!',
1221
    'err_edit_self' => 'Nemaini te savu profailu, tam izmanto \'Mans profails\'',
1222
    'edit' => 'MODIFICĮT',
1223
    'delete' => 'DZĮST',
1224
    'name' => 'Lietotâjs',
1225
    'group' => 'Grupa',
1226
    'inactive' => 'Neaktîvs',
1227
    'operations' => 'Darbîbas',
1228
    'pictures' => 'Attįli',
1229
    'disk_space' => 'Izmantotâ atmiōa / Ierobeūojums',
1230
    'registered_on' => 'Reėistrįts',
1231
        'last_visit' => 'Pįdįjais apmeklįjums', //cpg1.3.0
1232
    'u_user_on_p_pages' => '%d lietotâji %d lapâ(s)',
1233
    'confirm_del' => 'Tieđâm DZĮST đo lietotâju? \\nVisi viōa attįli un komentâri arî tiks izdzįsti',
1234
    'mail' => 'MAIL',
1235
    'err_unknown_user' => 'Izvįlįtais lietotâjs neeksistį!',
1236
    'modify_user' => 'Mainît datus',
1237
    'notes' => 'Piezîmes',
1238
    'note_list' => '<li>Ja nevįlies mainît paroli, atstâj paroles lauku tukđu',
1239
    'password' => 'Parole',
1240
    'user_active' => 'Lietotâjs aktîvs',
1241
    'user_group' => 'Grupa',
1242
    'user_email' => 'Emails',
1243
    'user_web_site' => 'Mâjas lapa',
1244
    'create_new_user' => 'Izveidot',
1245
    'user_location' => 'Atrađanâs',
1246
    'user_interests' => 'Intereses',
1247
    'user_occupation' => 'Nodarbođanâs',
1248
        'latest_upload' => 'Pįdįjie pievienotie faili', //cpg1.3.0
1249
        'never' => 'nekad', //cpg1.3.0
1250
);
1251
 
1252
// ------------------------------------------------------------------------- //
1253
// File util.php
1254
// ------------------------------------------------------------------------- //
1255
 
1256
if (defined('UTIL_PHP')) $lang_util_php = array(
1257
        'title' => 'Attįlu izmįri', //new in cpg1.2.0
1258
        'what_it_does' => 'Funkcijas', //new in cpg1.2.0
1259
        'what_update_titles' => 'Virsraksti tiek ōemti no failu nosaukumiem', //new in cpg1.2.0
1260
        'what_delete_title' => 'Dzįst virsrakstus', //new in cpg1.2.0
1261
        'what_rebuild' => 'Pârveidot attįlus', //new in cpg1.2.0
1262
        'what_delete_originals' => 'Dzįst oriėinâlos attįlus un nomainît tos ar samazinâtajiem/palielinâtajiem', //new in cpg1.2.0
1263
        'file' => 'Fails', //new in cpg1.2.0
1264
        'title_set_to' => 'virsraksts', //new in cpg1.2.0
1265
        'submit_form' => 'Apstiprinât', //new in cpg1.2.0
1266
        'updated_succesfully' => 'Veiksmîgi izmanîts', //new in cpg1.2.0
1267
        'error_create' => 'Kīûda', //new in cpg1.2.0
1268
        'continue' => 'Turpinât ar citiem attįliem', //new in cpg1.2.0
1269
        'main_success' => 'Fails %s tiek izmantots kâ galvenais attįls', //new in cpg1.2.0
1270
        'error_rename' => 'Kīûda %s pârsaucot par %s', //new in cpg1.2.0
1271
        'error_not_found' => 'Fails %s nav atrasts', //new in cpg1.2.0
1272
        'back' => 'Atgriezties', //new in cpg1.2.0
1273
        'thumbs_wait' => 'Notiek mazo un normâlo attįlu modificįđana, lûdzu uzgaidi...', //new in cpg1.2.0
1274
        'thumbs_continue_wait' => 'Turpinam modificįt mazos un normâlos attįlus...', //new in cpg1.2.0
1275
        'titles_wait' => 'Norit sparîga virsrakstu modificįđana, uzgaidi...', //new in cpg1.2.0
1276
        'delete_wait' => 'Dzįđu virsrakstus, lûdzu uzgaidi...', //new in cpg1.2.0
1277
        'replace_wait' => 'Dzįđu oriėinâlus, nomainot tos ar modificįtajiem attįliem, lûdzu uzgaidi...', //new in cpg1.2.0
1278
        'instruction' => 'Ieteikumi', //new in cpg1.2.0
1279
        'instruction_action' => 'Izvįlies darbîbu', //new in cpg1.2.0
1280
        'instruction_parameter' => 'Uzliec parametrus', //new in cpg1.2.0
1281
        'instruction_album' => 'Izvįlies albumu', //new in cpg1.2.0
1282
        'instruction_press' => 'Nospied %s', //new in cpg1.2.0
1283
        'update' => 'Modificį mazos un/vai normâlos attįlus', //new in cpg1.2.0
1284
        'update_what' => 'Kas jâmodificį', //new in cpg1.2.0
1285
        'update_thumb' => 'Tikai mazos attįlus', //new in cpg1.2.0
1286
        'update_pic' => 'Tikai modificįtos attįlus', //new in cpg1.2.0
1287
        'update_both' => 'Gan mazie, gan normâlie attįli', //new in cpg1.2.0
1288
        'update_number' => 'Cik attįlus var modificįt ar vienu klikđíi', //new in cpg1.2.0
1289
        'update_option' => '(Đo parametru samazini, ja ir problįmas ar modificįđanu)', //new in cpg1.2.0
1290
        'filename_title' => 'Faila nosaukums &rArr; Attįla virsraksts', //new in cpg1.2.0
1291
        'filename_how' => 'Kâ modificįt attįlu', //new in cpg1.2.0
1292
        'filename_remove' => 'Dzįst .jpg paplađinâjumu un _ nomainît ar atstarpi', //new in cpg1.2.0
1293
        'filename_euro' => 'Konvertįt 2003_11_23_13_20_20.jpg uz 23/11/2003 13:20', //new in cpg1.2.0
1294
        'filename_us' => 'Konevertįt 2003_11_23_13_20_20.jpg uz 11/23/2003 13:20', //new in cpg1.2.0
1295
        'filename_time' => 'Konvertįt 2003_11_23_13_20_20.jpg uz 13:20', //new in cpg1.2.0
1296
        'delete' => 'Attįlu virsrakstu un attįlu dzįđana', //new in cpg1.2.0
1297
        'delete_title' => 'Dzįst attįlu virsrakstus', //new in cpg1.2.0
1298
        'delete_original' => 'Dzįst oriėinâlus', //new in cpg1.2.0
1299
        'delete_replace' => 'Dzįst oriėinâlus aizstâjot tos ar modificįtajiem attįliem', //new in cpg1.2.0
1300
        'select_album' => 'Izvįlies albumu', //new in cpg1.2.0
1301
        'delete_orphans' => 'Delete orphaned comments (works on all albums)', //cpg1.3.0
1302
        'orphan_comment' => 'orphan comments found', //cpg1.3.0
1303
        'delete' => 'Dzįst', //cpg1.3.0
1304
        'delete_all' => 'Dzįst visu', //cpg1.3.0
1305
        'comment' => 'Komentâri: ', //cpg1.3.0
1306
        'nonexist' => 'Pievienots neeksistįjođam dailam # ', //cpg1.3.0
1307
        'phpinfo' => 'Râdît phpinfo', //cpg1.3.0
1308
        'update_db' => 'Atjaunot datu bâzi', //cpg1.3.0
1309
        'update_db_explanation' => 'If you have replaced coppermine files, added a modification or upgraded from a previous version of coppermine, make sure to run the database update once. This will create the necessary tables and/or config  values in your coppermine database.', //cpg1.3.0
1310
 
1311
);
1312
 
1313
?>