mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
non-translatable strings should be marked in properties file
This commit is contained in:
parent
766aa21c74
commit
ce0a5734a5
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Ericsson - initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
|
||||
TracepointActions_Untitled_Collect=Untitled Collect Action
|
||||
|
@ -15,6 +16,8 @@ TracepointActions_Untitled_WhileStepping=Untitled While-Stepping Action
|
|||
TracepointActions_Collect_Name=Collect Action
|
||||
TracepointActions_Evaluate_Name=Evaluate Action
|
||||
TracepointActions_WhileStepping_Name=While-Stepping Action
|
||||
# START NON-TRANSLATABLE
|
||||
TracepointActions_Collect_text=collect {0}
|
||||
TracepointActions_Evaluate_text=eval {0}
|
||||
TracepointActions_WhileStepping_text=while-stepping {0} {1}
|
||||
# END NON-TRANSLATABLE
|
||||
|
|
Loading…
Add table
Reference in a new issue