Blame view
sources/lib/l10n/ia.php
774 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 6 |
"Help" => "Adjuta", "Personal" => "Personal", "Settings" => "Configurationes", "Users" => "Usatores", |
|
31b7f2792
|
7 |
"Admin" => "Administration", |
|
6d9380f96
|
8 9 |
"Unknown filetype" => "Typo de file incognite", "Invalid image" => "Imagine invalide", |
|
31b7f2792
|
10 |
"web services under your control" => "servicios web sub tu controlo", |
|
6d9380f96
|
11 12 13 14 15 |
"seconds ago" => "secundas passate",
"_%n minute ago_::_%n minutes ago_" => array("","%n minutas passate"),
"_%n hour ago_::_%n hours ago_" => array("","%n horas passate"),
"today" => "hodie",
"yesterday" => "heri",
|
|
31b7f2792
|
16 |
"_%n day go_::_%n days ago_" => array("",""),
|
|
6d9380f96
|
17 18 19 20 |
"last month" => "ultime mense",
"_%n month ago_::_%n months ago_" => array("",""),
"last year" => "ultime anno",
"years ago" => "annos passate"
|
|
03e52840d
|
21 |
); |
|
31b7f2792
|
22 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |