mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-26 10:03:37 +03:00
Feature #1004: Small fixes with licenses and translation template generation
This commit is contained in:
parent
3a00d1d42c
commit
651f077031
@ -1,20 +1,4 @@
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* Copyright 2002-2011, OpenNebula Project Leads (OpenNebula.org) */
|
||||
/* */
|
||||
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */
|
||||
/* not use this file except in compliance with the License. You may obtain */
|
||||
/* a copy of the License at */
|
||||
/* */
|
||||
/* http://www.apache.org/licenses/LICENSE-2.0 */
|
||||
/* */
|
||||
/* Unless required by applicable law or agreed to in writing, software */
|
||||
/* distributed under the License is distributed on an "AS IS" BASIS, */
|
||||
/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */
|
||||
/* See the License for the specific language governing permissions and */
|
||||
/* limitations under the License. */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
//Default translation template
|
||||
//Translated by
|
||||
lang="en_US"
|
||||
datatable_lang=""
|
||||
locale={
|
||||
|
@ -19,26 +19,7 @@
|
||||
|
||||
tr_strings = `grep -h -o -R -e 'tr("[[:print:]]*")' ../js/* | cut -d'"' -f 2 | sort -u`
|
||||
|
||||
|
||||
puts '/* -------------------------------------------------------------------------- */
|
||||
/* Copyright 2002-2011, OpenNebula Project Leads (OpenNebula.org) */
|
||||
/* */
|
||||
/* Licensed under the Apache License, Version 2.0 (the "License"); you may */
|
||||
/* not use this file except in compliance with the License. You may obtain */
|
||||
/* a copy of the License at */
|
||||
/* */
|
||||
/* http://www.apache.org/licenses/LICENSE-2.0 */
|
||||
/* */
|
||||
/* Unless required by applicable law or agreed to in writing, software */
|
||||
/* distributed under the License is distributed on an "AS IS" BASIS, */
|
||||
/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */
|
||||
/* See the License for the specific language governing permissions and */
|
||||
/* limitations under the License. */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
'
|
||||
|
||||
puts "//Default translation template"
|
||||
puts "//Translated by"
|
||||
puts 'lang="en_US"'
|
||||
puts 'datatable_lang=""'
|
||||
puts "locale={"
|
||||
|
@ -1,3 +1,4 @@
|
||||
//Translated by JSC "VIVOSS and OI", 2011
|
||||
//Переведено ЗАО «ВИВОСС и ОИ», 2011
|
||||
lang="ru"
|
||||
datatable_lang = "ru_datatable.txt"
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"sProcessing": "Ждите. Выполняется обработка...",
|
||||
"sLengthMenu": "Показывать _MENU_ элементов списка",
|
||||
"sZeroRecords": "Список пуст",
|
||||
@ -14,4 +14,4 @@
|
||||
"sNext": "Следующая",
|
||||
"sLast": "Последняя"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user