You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"message": "Plugin de Codificació/Decodificació per a diferents tipus de codificació com base64, rot13 o unix",
8
+
"description": "Short description of the extension"
9
+
},
10
+
"settings": {
11
+
"message": "Configuració",
12
+
"description": "Title of the settings dialog for the extension"
13
+
},
14
+
"message_type": {
15
+
"message": "Tipus de Missatge",
16
+
"description": "How the converted text will be displayed"
17
+
},
18
+
"type_alert": {
19
+
"message": "Utilitzant alert()",
20
+
"description": "Setting that enables the messages to be displayed in an alert box"
21
+
},
22
+
"type_console": {
23
+
"message": "Enviar a consola",
24
+
"description": "Setting that enables the messages to be displayed in the JS console"
25
+
},
26
+
"type_html": {
27
+
"message": "Afegir un element HTML al final de la pàgina",
28
+
"description": "Setting that enables the messages to be displayed in a HTML element inserted into the page"
29
+
},
30
+
"type_inplace": {
31
+
"message": "Utilitzar la selecció i reemplaci el text del seu lloc",
32
+
"description": "Setting that enables the messages to be displayed as replacement of the original text"
33
+
},
34
+
"copy_results_to_clipboard": {
35
+
"message": "Copiar els resultats al portapapers després de la conversió (tindre en compte que aixo pot anular les dades del seu portapapers, Utilitzar amb precaució!)",
36
+
"description": "Label of the checkbox that enables clipboard-copy post-conversion in the settings"
37
+
},
38
+
"activate_functions": {
39
+
"message": "Activar Funcions",
40
+
"description": "Title of the part of the settings that (in)activates de/encoding functions"
41
+
},
42
+
"activate_functions_description": {
43
+
"message": "Es pot activar i desactivar les diferents funcions del menú contextual",
44
+
"description": "Description for the part of the settings that (in)activates de/encoding functions"
45
+
},
46
+
"function_rot13": {
47
+
"message": "ROT13",
48
+
"description": "Function name for ROT13"
49
+
},
50
+
"function_timestamp": {
51
+
"message": "Conversió Timestamp",
52
+
"description": "Function name for UNIX Timestamp conversion"
53
+
},
54
+
"function_bin2hex": {
55
+
"message": "bin2hex",
56
+
"description": "Function name for bin2hex"
57
+
},
58
+
"function_bin2txt": {
59
+
"message": "bin2txt",
60
+
"description": "Function name for bin2txt"
61
+
},
62
+
"function_ascii2hex": {
63
+
"message": "ASCII a Hex",
64
+
"description": "Function name for ASCII to Hex"
65
+
},
66
+
"function_hex2ascii": {
67
+
"message": "Hex a ASCII",
68
+
"description": "Function name for Hex to ASCII"
69
+
},
70
+
"function_html_entity_decode": {
71
+
"message": "Decodificar entitat HTML ",
72
+
"description": "Function name for HTML entity decode"
73
+
},
74
+
"function_html_entities": {
75
+
"message": "Entitats HTML",
76
+
"description": "Function name for HTML entities"
77
+
},
78
+
"function_uri_encode": {
79
+
"message": "Codificació URI",
80
+
"description": "Function name for URI encode"
81
+
},
82
+
"function_uri_decode": {
83
+
"message": "Decodificació URI",
84
+
"description": "Function name for URI decode"
85
+
},
86
+
"function_htmlspecialchars": {
87
+
"message": "Codificació de caracters especials HTML",
88
+
"description": "Function name for HTML special chars encode"
89
+
},
90
+
"function_htmlspecialchars_decode": {
91
+
"message": "Decodificació de caracters especials a HTML",
92
+
"description": "Function name for HTML special chars decode"
93
+
},
94
+
"function_md5": {
95
+
"message": "MD5",
96
+
"description": "Function name for MD5"
97
+
},
98
+
"function_sha1": {
99
+
"message": "SHA1",
100
+
"description": "Function name for SHA1"
101
+
},
102
+
"function_crc32": {
103
+
"message": "CRC32",
104
+
"description": "Function name for CRC32"
105
+
},
106
+
"function_quoted_printable_decode": {
107
+
"message": "Decodificació de Citat imprimible",
108
+
"description": "Function name for Quoted printable decode"
109
+
},
110
+
"function_quoted_printable_encode": {
111
+
"message": "Codificació de Citat imprimible",
112
+
"description": "Function name for Quoted printable encode"
113
+
},
114
+
"function_escapeshellarg": {
115
+
"message": "Escapeshellarg",
116
+
"description": "Function name for Escapeshellarg"
117
+
},
118
+
"function_base64_encode": {
119
+
"message": "Codificació Base64",
120
+
"description": "Function name for Base64 encode"
121
+
},
122
+
"function_base64_decode": {
123
+
"message": "Decodificació Base64",
124
+
"description": "Function name for Base64 decode"
125
+
},
126
+
"function_unserialize": {
127
+
"message": "Deserialitzar",
128
+
"description": "Function name for Unserialize"
129
+
},
130
+
"function_leet_decode": {
131
+
"message": "Decodificació L33T",
132
+
"description": "Function name for L33T Decode"
133
+
},
134
+
"function_leet_encode": {
135
+
"message": "Codificació L33T",
136
+
"description": "Function name for L33T Encode"
137
+
},
138
+
"function_reverse_text": {
139
+
"message": "Invertir text",
140
+
"description": "Function name for Reverse Text"
141
+
},
142
+
"message_copied_to_clipboard": {
143
+
"message": "Missatge copiat al portapapers!",
144
+
"description": "message when text was successfully copied to the clipboard"
145
+
},
146
+
"copy_last_conversion_to_clipboard": {
147
+
"message": "Copiar l'última conversió al portapapers",
148
+
"description": ""
149
+
},
150
+
"options_saved": {
151
+
"message": "Opcions guardades.",
152
+
"description": "Success message when the user settings where successfully saved"
0 commit comments