Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 8162407

Browse files
committedSep 7, 2018
Added Latvian translations.
1 parent 2da8054 commit 8162407

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
 

‎src/messages/lv/fileupload.php

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
3+
/**
4+
* Message translations.
5+
*
6+
* This file is automatically generated by 'yii message' command.
7+
* It contains the localizable messages extracted from source code.
8+
* You may modify this file by translating the extracted messages.
9+
*
10+
* Each array element represents the translation (value) of a message (key).
11+
* If the value is empty, the message is considered as not translated.
12+
* Messages that no longer need translation will have their translations
13+
* enclosed between a pair of '@@' marks.
14+
*
15+
* Message string can be used with plural forms format. Check i18n section
16+
* of the guide for details.
17+
*
18+
* NOTE: this file must be saved in UTF-8 encoding.
19+
*/
20+
return [
21+
'Add files' => 'Pievienot failus',
22+
'Start upload' => 'Sākt augšupielādi',
23+
'Cancel upload' => 'Atcelt augšupielādi',
24+
'Start' => 'Sākt',
25+
'Cancel' => 'Atcelt',
26+
'Error' => 'Kļūda',
27+
'Delete' => 'Dzēst',
28+
'Processing' => 'Apstrādā',
29+
'Select file...' => 'Izvēlēties failu...'
30+
];

0 commit comments

Comments
 (0)
This repository has been archived.