summaryrefslogtreecommitdiffstats
path: root/lang/ja.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-01 12:04:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-01 12:04:24 +0000
commitc6e61a5f1976b30d068fb70198f3cc0c10e464d3 (patch)
tree0fa15428641c7e9cd9147e3f74f69edea9ca4581 /lang/ja.yml
parent514cdacc87e68526488aaf376ec58c3edfb60492 (diff)
downloadredmine-c6e61a5f1976b30d068fb70198f3cc0c10e464d3.tar.gz
redmine-c6e61a5f1976b30d068fb70198f3cc0c10e464d3.zip
Default columns displayed on the issue list can now be selected at application level.
Saved queries can overide this selection. git-svn-id: http://redmine.rubyforge.org/svn/trunk@785 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/ja.yml')
-rw-r--r--lang/ja.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ja.yml b/lang/ja.yml
index 46c292b22..1c3344842 100644
--- a/lang/ja.yml
+++ b/lang/ja.yml
@@ -514,3 +514,4 @@ label_file_plural: Files
label_changeset_plural: Changesets
field_column_names: Columns
label_default_columns: Default columns
+setting_issue_list_default_columns: Default columns displayed on the issue list
0-update-code-signing-crl'>automated/noid/stable30-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/l10n/init.sh
blob: 98195bf01bf506dfc838157a389a80e761351362 (plain)
1
2
3
4
5
#!/bin/bash
for resource in calendar contacts core files media gallery settings
do
tx set --auto-local -r owncloud.$resource "<lang>/$resource.po" --source-lang en --source-file templates/$resource.pot --execute
done