Univention Bugzilla – Attachment 6723 Details for
Bug 36401
adjust title pane headers in various UDM modules (replace "general")
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
script
adapt_names.sh (text/x-sh), 968 bytes, created by
Florian Best
on 2015-02-26 11:27:48 CET
(
hide
)
Description:
script
Filename:
MIME Type:
Creator:
Florian Best
Created:
2015-02-26 11:27:48 CET
Size:
968 bytes
patch
obsolete
>for file in $(git grep -l -i "Group.*'general'"); do > name="$(grep ^short_description "$file" | sed "s/^short_description[^']*'\([^']*\)'.*/\1/g;")" > namede="$(grep -A1 'msgid "'"$name"'"' "${file%/*}/de.po" | tail -n1 | sed 's/^msgstr "//g; s/"$//g')" > name="$(echo -n "$name" | sed "s/^[^:]*: //g" | tr '[:upper:]' '[:lower:]' | sed 's/dns/DNS/g; s/dhcp/DHCP/g; s/nfs/NFS/g; s/txt/TXT/g; s/imap/IMAP/g; s/univention directory manager/Univention Directory Manager/g; s/netbios/NetBIOS/g; s/ldap/LDAP/g; s/univention configuration registry/Univention Configuration Registry/g; s/umc/UMC/g; s/acl/ACL/g; s/uri/URI/g; s/samba/Samba/g; s/udm/UDM/g; s/x c/X c/g; s/\//\\\//g')" > namede="$(echo -n "$namede" | sed "s/^[^:]*: //g")" > sed -i "s/\(Group.*'General\)'/\1 $name settings'/" "$file" > > echo 'msgid "General '"$name"' settings"' >> "${file%/*}/de.po" > echo 'msgstr "Allgemeine Einstellungen für '"$namede"'"' >> "${file%/*}/de.po" > echo >> "${file%/*}/de.po" >done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 36401
: 6723 |
6734