1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-28 17:57:22 +03:00

Sunstone: bump translations and correct minor related issues and warnings.

(cherry picked from commit cf23d11f553d852f0fa9e07b249894e034ffd439)
This commit is contained in:
Hector Sanjuan 2012-07-04 13:41:33 +02:00 committed by Ruben S. Montero
parent f7b7736dda
commit 7e2bc49e2c
15 changed files with 14659 additions and 7044 deletions

View File

@ -257,10 +257,12 @@ SUNSTONE_DIRS="$SUNSTONE_LOCATION/models \
$SUNSTONE_LOCATION/public/css \
$SUNSTONE_LOCATION/public/locale \
$SUNSTONE_LOCATION/public/locale/en_US \
$SUNSTONE_LOCATION/public/locale/ru \
$SUNSTONE_LOCATION/public/locale/fr_FR \
$SUNSTONE_LOCATION/public/locale/it_IT \
$SUNSTONE_LOCATION/public/locale/pt_PT \
$SUNSTONE_LOCATION/public/locale/fr_FR \
$SUNSTONE_LOCATION/public/locale/ru \
$SUNSTONE_LOCATION/public/locale/sk_SK \
$SUNSTONE_LOCATION/public/locale/zh_TW \
$SUNSTONE_LOCATION/public/vendor \
$SUNSTONE_LOCATION/public/vendor/jQueryLayout \
$SUNSTONE_LOCATION/public/vendor/dataTables \
@ -489,10 +491,12 @@ INSTALL_SUNSTONE_FILES=(
SUNSTONE_PUBLIC_VENDOR_FONTAWESOME_CSS:$SUNSTONE_LOCATION/public/vendor/FontAwesome/css
SUNSTONE_PUBLIC_IMAGES_FILES:$SUNSTONE_LOCATION/public/images
SUNSTONE_PUBLIC_LOCALE_EN_US:$SUNSTONE_LOCATION/public/locale/en_US
SUNSTONE_PUBLIC_LOCALE_RU:$SUNSTONE_LOCATION/public/locale/ru
SUNSTONE_PUBLIC_LOCALE_FR_FR:$SUNSTONE_LOCATION/public/locale/fr_FR
SUNSTONE_PUBLIC_LOCALE_IT_IT:$SUNSTONE_LOCATION/public/locale/it_IT
SUNSTONE_PUBLIC_LOCALE_PT_PT:$SUNSTONE_LOCATION/public/locale/pt_PT
SUNSTONE_PUBLIC_LOCALE_FR_FR:$SUNSTONE_LOCATION/public/locale/fr_FR
SUNSTONE_PUBLIC_LOCALE_RU:$SUNSTONE_LOCATION/public/locale/ru
SUNSTONE_PUBLIC_LOCALE_SK_SK:$SUNSTONE_LOCATION/public/locale/sk_SK
SUNSTONE_PUBLIC_LOCALE_ZH_TW:$SUNSTONE_LOCATION/public/locale/zh_TW
)
INSTALL_SUNSTONE_ETC_FILES=(
@ -1362,24 +1366,32 @@ SUNSTONE_PUBLIC_IMAGES_FILES="src/sunstone/public/images/ajax-loader.gif \
SUNSTONE_PUBLIC_LOCALE_EN_US="\
src/sunstone/locale/languages/en_US.js \
src/sunstone/locale/languages/en_datatable.txt \
"
src/sunstone/locale/languages/en_datatable.txt"
SUNSTONE_PUBLIC_LOCALE_RU="
src/sunstone/locale/languages/ru.js \
src/sunstone/locale/languages/ru_datatable.txt"
SUNSTONE_PUBLIC_LOCALE_FR_FR="\
src/sunstone/locale/languages/fr_FR.js \
src/sunstone/locale/languages/fr_datatable.txt"
SUNSTONE_PUBLIC_LOCALE_IT_IT="
SUNSTONE_PUBLIC_LOCALE_IT_IT="\
src/sunstone/locale/languages/it_IT.js \
src/sunstone/locale/languages/it_datatable.txt"
SUNSTONE_PUBLIC_LOCALE_PT_PT="
SUNSTONE_PUBLIC_LOCALE_PT_PT="\
src/sunstone/locale/languages/pt_PT.js \
src/sunstone/locale/languages/pt_datatable.txt"
SUNSTONE_PUBLIC_LOCALE_FR_FR="
src/sunstone/locale/languages/fr_FR.js \
src/sunstone/locale/languages/fr_datatable.txt"
SUNSTONE_PUBLIC_LOCALE_RU="\
src/sunstone/locale/languages/ru.js \
src/sunstone/locale/languages/ru_datatable.txt"
SUNSTONE_PUBLIC_LOCALE_SK_SK="\
src/sunstone/locale/languages/sk_SK.js \
src/sunstone/locale/languages/sk_datatable.txt"
SUNSTONE_PUBLIC_LOCALE_ZH_TW="\
src/sunstone/locale/languages/zh_TW.js \
src/sunstone/locale/languages/zh_datatable.txt"
#-----------------------------------------------------------------------------
# Ozones files

View File

@ -29,3 +29,5 @@ env.Po('fr_FR.po')
env.Po('it_IT.po')
env.Po('pt_PT.po')
env.Po('ru.po')
env.Po('sk_SK.po')
env.Po('zh_TW.po')

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
{
"sProcessing": "Pracujem...",
"sLengthMenu": "Zobraz _MENU_ záznamov",
"sZeroRecords": "Neboli nájdené žiadne záznamy",
"sInfo": "Záznamy _START_ až _END_ z celkovo _TOTAL_",
"sInfoEmpty": "Záznamy 0 až 0 z celkovo 0",
"sInfoFiltered": "(filtrované z celkovo _MAX_ záznamov)",
"sInfoPostFix": "",
"sSearch": "Hľadaj:",
"sUrl": "",
"oPaginate": {
"sFirst": "Prvá",
"sPrevious": "Predchádzajúca",
"sNext": "Ďalšia",
"sLast": "Posledná"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
{
"sProcessing": "處理中...",
"sLengthMenu": "顯示 _MENU_ 項",
"sZeroRecords": "沒有任何資料",
"sInfo": "顯示 _START_ 至 _END_ 項,共 _TOTAL_ 項",
"sInfoEmpty": "沒有任何資料",
"sInfoFiltered": "(從 _MAX_ 筆項目搜尋)",
"sInfoPostFix": "",
"sSearch": "搜尋:",
"sUrl": "",
"oPaginate": {
"sFirst": "首頁",
"sPrevious": "前頁",
"sNext": "次頁",
"sLast": "末頁"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,6 @@
#msgmerge [option] def.po ref.pot
for lang in $(ls languages/*); do
for lang in $(ls languages/*.po); do
msgmerge --backup=off --no-wrap --update $lang messages.pot
done

View File

@ -30,10 +30,12 @@ var config_tab_content =
<td class="value_td">\
<select id="lang_sel" style="width:20em;">\
<option value="en_US">'+tr("English")+'</option>\
<option value="zh_TW">'+tr("Chinese (TW)")+'</option>\
<option value="fr_FR">'+tr("French")+'</option>\
<option value="it_IT">'+tr("Italian")+'</option>\
<option value="pt_PT">'+tr("Portuguese")+'</option>\
<option value="ru">'+tr("Russian")+'</option>\
<option value="sk_SK">'+tr("Slovak")+'</option>\
</select>\
</td>\
</tr>\

View File

@ -563,7 +563,7 @@ function setupCreateDatastoreDialog(){
};
// If we are adding a system datastore then
// we don't use ds_mad
// we do not use ds_mad
if (system)
ds_obj.datastore.system = "YES";
else